PoMeshCrossSectionCrossSectionMethods Enumeration |
Specifies the method used to compute intersections.
Namespace: OIV.MeshViz.Data
Member name | Value | Description | |
---|---|---|---|
DEFAULT | 0 | 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. | |
ISOSURFACE | 1 | The cross section is computed like an isosurface. | |
INTERSECTION | 2 | The cross section is computed by doing classic intersections Be careful, this method doesn't support cell filtering (OIV.MeshViz.Nodes.PoCellFilter). |