Hi,
I’m trying to create Aliases like this.
!_RelocateGumball ----> snap points (near/intersect/quad, etc.) without defining X,Y axis
Any help?
-Kev
Hi,
I’m trying to create Aliases like this.
!_RelocateGumball ----> snap points (near/intersect/quad, etc.) without defining X,Y axis
Any help?
-Kev
I don’t get the “without defining X,Y axis” bit as you can accept default.
But to get the snaps that you want ticked every time then something like this will work in an Alias:
!_RelocateGumball Osnap None Near Intersection Quadrant Enter
This then gives you only those snaps and the ability to click with the mouse then press enter to accept default axis.
Hi Kev- Enter to accept the origin point without changing the orientation.
“! _RelocateGumball _Pause _Enter”
BTW, note there needs to be a space after the !
-Pascal
Perfect!! 
I just tried this, just to let everyone know:
• Space is not necessary anymore
• The command has changed into GumballRelocate.
→ So the Rhino8 working alias is:
!_GumballRelocate _Pause _Enter
Bie