Click or drag to resize
SoGetPrimitiveCountAction.SetCanApproximate Method

Some shapes may be able to guess an approximate number of triangles without actually counting.

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public void SetCanApproximate(
	bool onOff
)

Parameters

onOff
Type: System.Boolean
Remarks

In the interests of speed, and depending on how the results are used, a flag is available to allow shapes to approximate their count. The default is false.

See Also