ActivateRaycastPolySelTool
 
 
 

ActivateRaycastPolySelTool

Introduced

v1.5

Description

Activates the Raycast Select tool, sets the filter to Polygon, and selects previously tagged polygons.

Scripting Syntax

ActivateRaycastPolySelTool( [SelRegionMode] );

Parameters

Parameter Type Description
SelRegionMode Integer Select tool shape

Default Value: 1 (Rectangle)

Possible Values:

Description:

1 Rectangle tool
2 Raycast tool
3 Lasso tool
4 Freeform tool
5 Paint tool
6 Rectangle Raycast tool

Examples

VBScript Example

Set NurbSphere = CreatePrim( "Sphere", "MeshSurface", "aSphere" )
ActivateRaycastPolySelTool

See Also

SelectPolygonFilter ActivateRaycastPolySelToolWithNoObjStateChange