SelectVertexFilter

Introduced

v1.0

Description

Selects the "point" selection filter, but does not activate the selection tool.

Scripting Syntax

SelectVertexFilter();

Examples

VBScript Example

' MyFirstObject is selected

' MySecondObject is active with some points selected

' MyThirdObject is active with some polygons selected

SelectVertexFilter

' selection filter is now "point"

' All three objects are active, which deselects MyFirstObject and the polygons of MyThirdObject.

' Any poitns that were selected that last time the "point" filter was active are still selected.

See Also

ActivateVertexSelTool SelectFilter