shapes glued together

B

ben h

Hard to describe, hope this explains it:

Imagine 4 (or more or less) rectangle shapes - like long columns in a
table - that are 'joined' together so that their overall width is fixed,
but within the overall width, you can widen or make narrower each
column. As you do so, the others re-size accordingly and evenly to
accommodate and maintain the overall fixed width. I guess I mean that
each rectangle keeps at least a minimum width. How can I achieve this?

The best approximation I can do at the moment is having a single
rectangle, inside of which are several vertical lines imitating internal
rectangles. Each line can be moved of course, but individually, and
having no effect on the others.

Any help greatly appreciated!
 
J

Joe Mako

ben,

1. select "Rectangle Tool"
2. draw rectangle on page
3. right-click drawn rectangle
select "Show ShapeSheet"
4. in ShapeSheet window,
a. right-click in blank area away from tables
select "Insert Section..."
b. check the box for "Geometry", and click "OK"
(this will add a Geometry table in the ShapeSheet, do this two more
times so you will see "Geometry 4")
c. in the "Geometry 2" table change the cell values as follows (without
quotes):
(MoveTo,X): "Width*.25"
(LineTo,X): "Width*.25"
(LineTo,Y): "Width*.1"
d. in the "Geometry 3" table change the cell values as follows (without
quotes):
(MoveTo,X): "Width*.5"
(LineTo,X): "Width*.5"
(LineTo,Y): "Width*.1"
e. in the "Geometry 4" table change the cell values as follows (without
quotes):
(MoveTo,X): "Width*.75"
(LineTo,X): "Width*.75"
(LineTo,Y): "Width*.1"
f. close the shapesheet window
6. you will now see that as you resize the rectangle, the subdivisions
change accordingly

I don't know if I fully understood what you were asking for, please
elaborate if I misunderstood.

Best Regards,
Joe Mako
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top