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: 2024.1.1.0 (2024.1.1)
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