Click or drag to resize
PoLabelposition Property

Defines the position of the labels.

Namespace: OIV.MeshViz.Graph
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoSFEnum<PoLabelPositions> position { get; }

Property Value

Type: SoSFEnumPoLabelPositions
Remarks

There are three ways to define this position :

  • VALUE_POS: The label position is the given by the current mesh geometry.

  • MIDDLE_POS: The abscissas (resp. ordinate) is given by the current mesh geometry and the ordinate (resp. abscissas) is at the middle between the mesh ordinate (reps. abscissas) and a threshold.

  • THRESHOLD_POS: The abscissas (resp. ordinate) is given by the current mesh geometry and the ordinate (resp. abscissas) is the threshold field.

See Also