Click or drag to resize
PoMeshCrossSectionCrossSectionMethods Enumeration

Specifies the method used to compute intersections.

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

Depending on the mesh type the cross section is computed either like an isosurface or by doing classic intersection.

Classic intersections are done for OIV.MeshViz.Data.PbParalCartesianGrid3D and OIV.MeshViz.Data.PbRegularCartesianGrid3D. An isosurface is computed for all other mesh types.

ISOSURFACE1

The cross section is computed like an isosurface.

INTERSECTION2

The cross section is computed by doing classic intersections Be careful, this method doesn't support cell filtering (OIV.MeshViz.Nodes.PoCellFilter).

Remarks

See Also