Product Documentation
Virtuoso Layout Suite XL: Basic Editing User Guide
Product Version IC23.1, November 2023

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

None

Examples

envGetVal("layout" "partialSelect")
envSetVal("layout" "partialSelect" 'boolean t)
envGetVal("graphic" "partialSelect")
envSetVal("graphic" "partialSelect" 'boolean nil)


Return to top
 ⠀
X