Click or drag to resize
PoCurve3CurveReps Enumeration

Curve representation.

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

No curve is built.

CURVE_POLYLINE1

The curve is a sequence of straight lines linking all points.

CURVE_SMOOTH2

The curve is a smoothing passing through all points.

Remarks