@BaptisteC wrote:
Hi everybody,
I'd like to make a script that dispatch selected objects along a grid.
I used to do this with grasshopper by evaluating a source plane on each object, then orient them along a grid of target planes.
But now, I'd be interrested in adapting the workflow to the Rhino UI and give access to that command to other users without going through Grasshopper.As a start, I was thinking of imitating the ArrayLinear command to define the target planes. After selecting every object to move, the user would then define the direction and the interval of the dispatch. Then, each object would move to its new place with the same properties, name and GUID.
Do you know how I can start a script which would replicate that linear matrix command using python script?
Thanks for your help.
Posts: 10
Participants: 2