SoGetPrimitiveCountActionSetCount3DTextAsTriangles Method |
SoText3 can be counted two ways: as a triangle-based shape or as a text-based shape.
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic void SetCount3DTextAsTriangles(
bool treatAsTris
)
Public Sub SetCount3DTextAsTriangles (
treatAsTris As Boolean
)
public:
void SetCount3DTextAsTriangles(
bool treatAsTris
)
member SetCount3DTextAsTriangles :
treatAsTris : bool -> unit
Parameters
- treatAsTris
- Type: SystemBoolean
RemarksThis routine specifies how SoText3 should be counted. The default is true (SoText3 adds to the triangle count, not the text count).
See Also