Click or drag to resize
PoCircleArcArcTypes Enumeration

Type of the circle arc.

Namespace: OIV.MeshViz.Graph
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.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