partialSelect
layout partialSelect boolean { t | nil }
graphic partialSelect boolean { t | nil }
Description
Controls whether you can select vertices or line segments of an object.
The layout default is nil, the graphic default is t.
GUI Equivalent
Examples
envGetVal("layout" "partialSelect")
envSetVal("layout" "partialSelect" 'boolean t)
envGetVal("graphic" "partialSelect")
envSetVal("graphic" "partialSelect" 'boolean nil)
Return to top