Click or drag to resize
PoCurve3markerString 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, for the moment, text markers are not vertically aligned.

See Also