• This forum is the machine-generated translation of www.cad3d.it/forum1 - the Italian design community. Several terms are not translated correctly.

select objects and place them evenly

  • Thread starter Thread starter mm-barabba
  • Start date Start date

mm-barabba

Guest
hi I should move a series of 3000 rectangles, which are currently positioned one in adherence to the other, I should insert a space between rectangle and rectangle; exists a way or script that, selected a set of objects, inserts me a space between them automatically? Thank you.
 
Excuse me, but can't you delete them and re-enter the series, specifying the new distance?
 
I made 2 lisp that serve to distribute objects:

1st call distrib:
allows to select one to 1 of the objects, define the point to consider (e.g. the center of the side of a rectangle or a corner) and then distance them evenly between 2 points. in the case of rectangles (or other objects) with variable size, you can choose the "engrave", so that the distances considered are the actual space between 1 and the other.
e.g.
having to place furniture in a room, if these are different sizes, the "engrave" option allows you to make sure that the space between 1 mobile and the other is always equal.

The second maybe is what he does to your case.
selecting objects, redistributes them regularly on x axis or y. unlike the previous command, does not take into account the encumbrance, does not allow to specify the extremities of the available space and takes only one entity at a time. so for the rectangles it is good, but if there were more entities it would be necessary to create some blocks otherwise scatter them all ...
.... precisely for these "defects" it has long since I use it.... But I think that's what you need...
 

Attachments

I made 2 lisp that serve to distribute objects:

1st call distrib:
allows to select one to 1 of the objects, define the point to consider (e.g. the center of the side of a rectangle or a corner) and then distance them evenly between 2 points. in the case of rectangles (or other objects) with variable size, you can choose the "engrave", so that the distances considered are the actual space between 1 and the other.
e.g.
having to place furniture in a room, if these are different sizes, the "engrave" option allows you to make sure that the space between 1 mobile and the other is always equal.

The second maybe is what he does to your case.
selecting objects, redistributes them regularly on x axis or y. unlike the previous command, does not take into account the encumbrance, does not allow to specify the extremities of the available space and takes only one entity at a time. so for the rectangles it is good, but if there were more entities it would be necessary to create some blocks otherwise scatter them all ...
.... precisely for these "defects" it has long since I use it.... But I think that's what you need...
great!!! both work perfectly.
Congratulations and thank you, I owe you...
 

Forum statistics

Threads
44,997
Messages
339,767
Members
4
Latest member
ibt

Members online

No members online now.
ciao
Back
Top