Click or drag to resize
PoCurveCurveReps 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.

CURVE_STAIRS_X3

Stair curve passing through all points.

CURVE_STAIRS_Y4

Stair curve passing through all points.

CURVE_HISTO_X5

Stair curve no necessarily passing through all points.

CURVE_HISTO_Y6

Stair curve no necessarily passing through all points.

CURVE_STAIRS_2X7

Double stair curve.

CURVE_STAIRS_2Y8

Double stair curve.

Remarks