Click or drag to resize
SoSimplifierGetNumTriangles Method

Returns the number of triangles actually stored in the object.

Namespace: OIV.Inventor.Simplifier
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public int GetNumTriangles()

Return Value

Type: Int32
Remarks

If called after OIV.Inventor.Simplifier.SoSimplifier.Simplify(System.Single), returns the remaining triangles.

See Also