Click or drag to resize
PoCurvemarkerString Property

The markers are defined by a string.

Namespace: OIV.MeshViz.Graph
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoSFString markerString { get; }

Property Value

Type: SoSFString
Remarks

If this field is equal to ".", the markers are OIV.Inventor.Nodes.SoPointSet shapes, otherwise OIV.Inventor.Nodes.SoText2 shapes. To change the font of text markers, set the catalog part markerApp.font.name. Be careful, in this version, text markers are not vertically aligned.

See Also