SoTriangleSetnumTriangles Property |
Number of triangles in the set.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFInt32 numTriangles { get; }
Public ReadOnly Property numTriangles As SoSFInt32
Get
public:
property SoSFInt32^ numTriangles {
SoSFInt32^ get ();
}
member numTriangles : SoSFInt32 with get
Property Value
Type:
SoSFInt32Remarks Default is SO_TRIANGLE_SET_USE_REST_OF_VERTICES, meaning to use all the vertices given, so the number of triangles is number of vertices divided by 3.
See Also