Click or drag to resize
PoCircleArcArcTypes Enumeration

Type of the circle arc.

Namespace: OIV.MeshViz.Graph
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2025.1.0.0 (10.17.0.0)
Syntax
public enum ArcTypes
Members
  Member nameValueDescription
OPENED0

The arc is opened.

END_CLOSE1

The arc is closed by its extremities.

CENTER_CLOSE2

The arc is closed by the circle center.

Remarks