SelectEdgeFilter

Introduced

v1.0

Description

Selects the "edge" selection filter (but does not activate the selection tool).

Scripting Syntax

SelectEdgeFilter();

Examples

VBScript Example

' MyFirstObject is selected

' MySecondObject is active with some points selected

' MyThirdObject is active and with some edges selected.

SelectEdgeFilter

' The filter is now "edge"

' All three objects are active, which deselects MyFirstObject and the points of MySecondObject.

' Any edges that were selected that last time the "edge" filter was active are still selected.

See Also

SetSelFilter