Click or drag to resize
PoCircleArc3ArcTypes Enumeration

Type of the circle arc.

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