Make Shortcut command

Do not command export selected and show surface isocurve (Properties>Iso curve density>surface isocurve) etc.
I want to do shortcut about it. But how???

You can use these macros to toggle isoCurve preview:

Select Pause -Properties O S N -Enter -Enter 
Select Pause -Properties O S Y -Enter -Enter 

1 Like

thank you so much

Why do not Expot Selected command whith this methot ?

Hello- you’ll need to add the commands for exporting to the macro.

! _Select _Pause -_Properties _Object _ShowIsocurves _No _EnterEnd _Export

See Help on macros
https://docs.mcneel.com/rhino/6/help/en-us/index.htm#information/rhinoscripting.htm

-Pascal