partialSelectProximityMaxPixel
graphic partialSelectProximityMaxPixel int distanceBetweenVertexAndCursor
Description
Overrides the current shape selection behavior. Setting this variable enables you to select the entire shape by clicking anywhere on the center line or by selecting an edge, when partial select is on and you are zoomed in at the shape end.
The default is 60. To override current selection behavior, set this value to 5.
If you want to select a vertex, the distance between the vertex and the cursor should be less than the value you set here.
GUI Equivalent
Examples
envGetVal("graphic" "partialSelectProximityMaxPixel")
envSetVal("graphic" "partialSelectProximityMaxPixel" 'int 50)
Return to top