Click or drag to resize
PoCircleArc3ArcTypes Enumeration

Type of the circle arc.

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