Click or drag to resize
PoLabelPositions Enumeration

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 enum Positions
Members
  Member nameValueDescription
VALUE_POS0

The label position is the given by the current mesh geometry.

MIDDLE_POS1

The abscissas (resp ordinate) is given by the current mesh 1D geometry and the ordinate (resp.

abscissas) is at the middle between the mesh ordinate (reps. abscissas) and the threshold field.

THRESHOLD_POS2

The abscissas (resp ordinate) is given by the current mesh 1D geometry and the ordinate (resp.

abscissas) is the threshold field.

Remarks