Click or drag to resize
PbMiscTextAttrIsProfileEnabled Method

Enables/Disables the appearance of a profile for 3D Text.

Namespace: OIV.MeshViz.Graph
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public bool IsProfileEnabled()

Return Value

Type: Boolean
Remarks

Only OIV.Inventor.Nodes.SoText3 text takes into account of this option (cf OIV.MeshViz.Graph.PoBase.SetTextType(OIV.MeshViz.Graph.PoBase.TextTypes)) to to select the type of text used). This option is disabled by default.

See Also