<MeshSelect> Data Interface

Provides script language access to C++ objects of this type.

Class HierarchyType » Node » NodeSelect » MeshSelect

Function Members

Function members are as follows:

Return Type Function Name Documentation
int32IsEdgeSelectedReturns 1 if the edge at 'EdgeIndex' is selected, or 0 if it is not selected.
int32IsFaceSelectedReturns 1 if the face at 'FaceIndex' is selected, or 0 if it is not selected.
int32IsSelectEmptyReturns true or false if the MeshSelect is empty or non-empty.
int32IsVertexSelectedReturns 1 if the vertex at 'VertexIndex' is selected, or 0 if it is not selected.
int32SetEdgeSelectSelects or deselects an edge in the MeshSelect.
int32SetFaceSelectSelects or deselects a face in the MeshSelect.
int32SetPolygonSelectSelects or deselects a polygon in the MeshSelect.
int32SetVertexSelectSelects or deselects a vertex in the MeshSelect.