SetVertexSelect Data Member Function

Selects or deselects a vertex in the MeshSelect.

Prototype

int32 SetVertexSelect( int32 p_nVertexIndex, int32 p_bSelect )

Parameters

Parameter Type Parameter Name Documentation
int32p_nVertexIndexThe index of the vertex.
int32p_bSelectA flag indicating whether to select or deselect the vertex.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.