Click or drag to resize
PoItemLegendmarkerString Property

The markers are defined by a list of strings.

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

Property Value

Type: SoMFString
Remarks

For each string of markerString equals to ".", the marker is an OIV.Inventor.Nodes.SoPointSet shape, otherwise an OIV.Inventor.Nodes.SoText2 shape. Futhermore, only the first character of each string of markerString is used. To change the font of the text markers, set catalog part markerApp.font.name. Be careful, in this version, text markers are not vertically aligned.

See Also