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: 9.9.13.0 (9.9.13.0)
Syntax
public int GetNumTriangles()

Return Value

Type: Int32
Remarks

If called after simplify(), returns the remaining triangles.

See Also