PoCurve3CurveReps Enumeration |
Curve representation.
Namespace: OIV.MeshViz.Graph
Member name | Value | Description | |
---|---|---|---|
CURVE_NONE | 0 | No curve is built. | |
CURVE_POLYLINE | 1 | The curve is a sequence of straight lines linking all points. | |
CURVE_SMOOTH | 2 | The curve is a smoothing passing through all points. |