Click or drag to resize
SoGetPrimitiveCountActionSetCanApproximate 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: 2024.1.1.0 (2024.1.1)
Syntax
public void SetCanApproximate(
	bool onOff
)

Parameters

onOff
Type: SystemBoolean
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