Click or drag to resize
PbIndexedMesh2DElemOrientations Enumeration

Cell orientation for visualization of 2D surface mesh.

Namespace: OIV.MeshViz.Data
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public enum ElemOrientations
Members
  Member nameValueDescription
ORIENTATION_AS_IS0

The cell orientation is kept.

ORIENTATION_ZPOS1

Cell is oriented with a normal = (0,0,1)

ORIENTATION_ZNEG2

Cell is oriented with a normal = (0,0,-1)

Remarks