Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Divide shape

Community Beginner ,
May 08, 2023 May 08, 2023

Hello!

I want to divide a shape into equal parts. How can I do that easily? I'm struggling to find an answer.

Thanks for the help.

 

TOPICS
How to
1.1K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 08, 2023 May 08, 2023
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
May 08, 2023 May 08, 2023

It's a rectangular shape.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 09, 2023 May 09, 2023
LATEST

Hi @Francisca Guzman ,

for didviding a rectangle into equal parts you can use a script that comes with every installation of InDesign:

Scripts panel > Application > JavaScript > MakeGrid.jsx

 

Select the rectangle and execute the script MakeGrid.jsx:

You can set rows and columns for the division. 1 row and 2 columns with 0 distance for example.

 

MakeGrid-RectangleSelected.png

 

After you hit the OK button of the script's interface the result is this:

MakeGrid-Result.png

 

Regards,
Uwe Laubender
( Adobe Community Expert )

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines