Snap to one particular layer and ignore all else...how?

Hi,
I need to have my line snapping as I progress to draw it, to only those curves on a particular layer, whilst still being able to see other objects (otherwise I could turn off all layers except the two I am working with).

How is this done ?

Steve

Hi Steve1,

you could lock all other objects not on that particular layer (or their layers) and set _SnapToLocked=_Disable.

c.

1 Like

You could Ctrl-select the layers you’re interested in in the Layers panel, right click > select objects, then use Pascal’s Isolate script (specifically IsolateLock) so that only those object layers are editable. If you go to Rhino Options > Modelling Aids, you can uncheck Snap to Locked Objects - as clement says.

Turn off SnapToLocked, and lock all other layers… --Mitch