Hello, is there a macro to automatically move the gumball to the insertion point of the object?
Hello- the object here being a block instance, correct? There is nothing that I know of in plain Rhino.
here is a python that will do that -
GumballToInsertion.py (344 Bytes)
To use the Python script use RunPythonScript
, or a macro:
_-RunPythonScript "Full path to py file inside double-quotes"
-Pascal
1 Like
Thanks, it can indeed be used for blocks in my element library, but not for objects created with GH definitions in Rhino!
Gérard