Move relative and absolute command

I’m wondering how to move using absolute and relative together in one command.
for example:
i want to move an object to the y=0 position but keep the current values to x and z axis

Easiest solution would be using align - http://docs.mcneel.com/rhino/5/help/en-us/index.htm#commands/align.htm?Highlight=align

or

make block from it -> setpt (u can make macro for eg SetY [ ! _-SetPt _Pause Y=Yes X=No Z=No A=World ] ) -> reset block scale (via blocktools) -> explode block

Whole procedure can be also closed in one macro :wink:

1 Like

Use point filter: https://docs.mcneel.com/rhino/6/help/en-us/user_interface/accurate_modeling.htm