PoBaseSetTextType Method |
Sets the type of text used.
Namespace: OIV.MeshViz.Graph
Possible values :
type = OIV.MeshViz.Graph.PoBase.TextTypes.SO_TEXT3 : All texts used for representations are OIV.Inventor.Nodes.SoText3 nodes.
type = OIV.MeshViz.Graph.PoBase.TextTypes.SO_ANNO_TEXT3 : All text used for representations are OIV.Inventor.Nodes.SoAnnoText3 (this type of text has more attributes than OIV.Inventor.Nodes.SoText3 which can be specified with the property node OIV.Inventor.Nodes.SoAnnoText3Property).
type = OIV.MeshViz.Graph.PoBase.TextTypes.SO_ANNO_TEXT3 by default.