Click or drag to resize
PoLabelHintsLabelPaths Enumeration

Label path type.

Namespace: OIV.MeshViz.Nodes
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public enum LabelPaths
Members
  Member nameValueDescription
PATH_RIGHT0

Writing labels from left to right.

PATH_LEFT1

Writing labels from right to left.

PATH_UP2

Writing labels from bottom to top.

PATH_DOWN3

Writing labels from top to bottom.

PATH_DEPEND4

Automatic choice of writing path depending on.

the representation type which uses this node.

Remarks