SoLevelOfSimplificationnumTriangles Property |
Number of triangles in highest (1.0) case.
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 Can be -1 if unknown or if children contain primitives other than triangles.
See Also