Click or drag to resize
PoMesh1DHintsGeomInterpretations Enumeration

Interpretation Type.

Namespace: OIV.MeshViz.Nodes
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public enum GeomInterpretations
Members
  Member nameValueDescription
AS_IS0

The geometry of the current mesh 1D is "as is" interpreted.

SMOOTH1

The geometry of the current mesh 1D is smoothed by a cubic.

STAIRS_X2

spline.

The geometry of the current mesh 1D is interpreted as a

STAIRS_Y3

X stair passing through all points.

The geometry of the current mesh 1D is interpreted as a

HISTO_X4

Y stair passing through all points.

The geometry of the current mesh 1D is interpreted as a

HISTO_Y5

X stair no necessarily passing through all points.

The geometry of the current mesh 1D is interpreted as a

STAIRS_2X6

Y stair no necessarily passing through all points.

The geometry of the current mesh 1D is interpreted as a

STAIRS_2Y7

double X stair passing through all points.

The geometry of the current mesh 1D is interpreted as a double Y stair passing through all points.

Remarks