Click or drag to resize
PoMiscTextAttroutliningEnabled Property

Enables/Disables drawing of the outline of polygonal text (OIV.Inventor.Nodes.SoText3 and OIV.Inventor.Nodes.SoAnnoText3).

Namespace: OIV.MeshViz.Nodes
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public SoSFBool outliningEnabled { get; }

Property Value

Type: SoSFBool
Remarks

For filled text that is small relative to the viewer size, drawing the outline improves the appearance of the text. For larger text, the outline can be deactivated to improve performance and prevent the text having a bold appearance.

Note Note

Field available since Open Inventor 4.0

See Also