/
setSelectionFilter
setSelectionFilter
Description
Toggles the on/off state of selection filters found in the 3D view selection filter drop down.
One of the active views must be a 3D view for this command to work.
Functional area
Interface
Command syntax
Syntax
setSelectionFilter "objectName" boolean |
Arguments
Name | Type | Required | Comments |
---|---|---|---|
objectName | string | yes | Name of the object or module type whose selection state is to be set. |
boolean | boolean | yes | Boolean to turn on, off, or toggle the selection state of the named object or module. |
Flags
None
Return value
void
Example
//Toggling the Marker selection filter setSelectionFilter "Marker" toggle;
Additional information
Related commands
, multiple selections available,