Click or drag to resize
PoMeshLevelSurfsurfOrientation Property

Orientation of the level surface.

Namespace: OIV.MeshViz.Data
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoSFEnum<PoMeshLevelSurfSurfOrientations> surfOrientation { get; }

Property Value

Type: SoSFEnumPoMeshLevelSurfSurfOrientations
Remarks

OIV.MeshViz.Data.PoMeshLevelSurf.SurfOrientations.ORIENTED_TO_MIN: The facet normals of the level surface are oriented to the region of the mesh where the values are less than levelValue.

OIV.MeshViz.Data.PoMeshLevelSurf.SurfOrientations.ORIENTED_TO_MAX: The facet normals of the level surface are oriented to the region of the mesh where the values are greater than levelValue. These normal orientations are respected if each element of the mesh respects the orientation rules (see the definition of each type of mesh).

See Also