quickAlignSameLayerTarget
layout quickAlignSameLayerTarget boolean { t | nil }
Description
Snaps the pointer to only those targets that are on the same layer as the object with the reference point, edge, or centerline.
The default is nil, which means that the pointer snaps to edges, centerlines, and points on a target object on any layer if they are within the aperture distance from the pointer.
GUI Equivalent
Examples
envGetVal("layout" "quickAlignSameLayerTarget")
envSetVal("layout" "quickAlignSameLayerTarget" 'boolean t)
Related Topics
Return to top