Message 1 of 2
Incremental Move Multiple Selected Objects
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
A simple request to know if there are any existing lisps or addins that include a function to incrementally move multiple select objects? To clarify, say there are multiple objects in the same spot, could be a bunch of lines, devices, hatches, etc., I would like to move all those objects by a factor of X.
| to | | | | | | | |
In pseudo code,
- Select Objects
- Define X
- For each object in Objects, move by X * I for which (I=1, I+=1)
so first object moves X, second moves X*2, third moves X*3. Essentially like an array but instead of creating new instances, there already is an existing group of objects that need to be arranged.