partialSelectionMode
graphic partialSelectionMode string { "vertexAndEdge" | "enclosedEdge" | "crossedEdge" | "enclosedAndCrossed" }
Description
Specifies whether the partial selection mode is set to vertex and edge, enclosed edge or crossed edge, or enclosed and crossed.
-
vertexAndEdge:Default. Fully selects all objects you completely enclose with the area selection box, vertices of any objects you partially select with the area selection box, and edges of any objects you enclose with the area selection box. -
enclosedEdge:Fully selects all objects you completely enclose with the area selection box, and the edges of any objects you partially enclose with the area selection box. -
crossedEdge:Selects the edges of any objects you enclose with the area selection box, and does not select fully enclosed objects. -
enclosedAndCrosse:Fully selects all objects you completely enclose with the area selection box, the vertices of any objects you partially enclose with the area selection box, and the edges of any objects you enclose with the area selection box.
GUI Equivalent
Examples
envGetVal("graphic" "partialSelectionMode")
envSetVal("graphic" "partialSelectionMode" 'string "enclosedEdge")
envSetVal("graphic" "partialSelectionMode" 'string "crossedEdge")
Related Topics
Return to top