PoMesh1DHintsGeomInterpretations Enumeration |
Interpretation Type.
Namespace: OIV.MeshViz.Nodes
Member name | Value | Description | |
---|---|---|---|
AS_IS | 0 | The geometry of the current mesh 1D is "as is" interpreted. | |
SMOOTH | 1 | The geometry of the current mesh 1D is smoothed by a cubic. | |
STAIRS_X | 2 | spline. The geometry of the current mesh 1D is interpreted as a | |
STAIRS_Y | 3 | X stair passing through all points. The geometry of the current mesh 1D is interpreted as a | |
HISTO_X | 4 | Y stair passing through all points. The geometry of the current mesh 1D is interpreted as a | |
HISTO_Y | 5 | X stair no necessarily passing through all points. The geometry of the current mesh 1D is interpreted as a | |
STAIRS_2X | 6 | Y stair no necessarily passing through all points. The geometry of the current mesh 1D is interpreted as a | |
STAIRS_2Y | 7 | 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. |