Click or drag to resize
SoGetPrimitiveCountActionSetCount3DTextAsTriangles Method

OIV.Inventor.Nodes.SoText3 can be counted two ways: as a triangle-based shape or as a text-based shape.

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void SetCount3DTextAsTriangles(
	bool treatAsTris
)

Parameters

treatAsTris
Type: SystemBoolean
Remarks

This routine specifies how OIV.Inventor.Nodes.SoText3 should be counted. The default is true (OIV.Inventor.Nodes.SoText3 adds to the triangle count, not the text count).

See Also