Click or drag to resize
PoArrow3PatternTypes Enumeration

Type of pattern at the arrow extremities.

Namespace: OIV.MeshViz.Graph
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public enum PatternTypes
Members
  Member nameValueDescription
NO_PATTERN0

No pattern at the arrow extremity.

DIRECT_TRIANGLE1

Direct triangle (pointing away from the polyline) at the arrow extremity.

INDIRECT_TRIANGLE2

Indirect triangle (pointing toward the polyline) at the arrow extremity.

RECTANGLE3

Rectangle at the arrow extremity.

Remarks