quickAlignSnapTarget
layout quickAlignSnapTarget cyclic { "Edges and Points" | "Edges" | "Points" }
Description
Specifies the method to enable the pointer to the reference set and target object.
-
Edges and Points: Default. Snaps the pointer to edges, centerlines, vertices, nexus, and end points in the reference set and target object. -
Edges: Snaps the pointer to only the edges and centerlines in the reference set and target object. -
Points: Snaps the pointer to vertices, midpoint of edges, nexus, end points, and origin point of objects in reference set and target.
GUI Equivalent
Examples
envGetVal("layout" "quickAlignSnapTarget")
envSetVal("layout" "quickAlignSnapTarget" 'cyclic "Edges")
Related Topics
Return to top