Class MiPlaneSliceExtractHexahedronIjk

java.lang.Object
com.openinventor.meshvizxlm.extractors.slice.MiPlaneSliceExtractIjk
com.openinventor.meshvizxlm.extractors.slice.MiPlaneSliceExtractHexahedronIjk
All Implemented Interfaces:
MiBaseExtractor, MiExtractorIjk

public abstract class MiPlaneSliceExtractHexahedronIjk extends MiPlaneSliceExtractIjk
Plane slice extractor for hexahedron IJK volume meshes.

A plane slice is the intersection of a given plane with the mesh volume. The extracted plane slice is an unstructured surface.

  • Method Details

    • getNewInstance

      public static <T extends MiHexahedronTopologyExplicitIjk, G extends MiGeometryI> MiPlaneSliceExtractHexahedronIjk getNewInstance(MiVolumeMeshHexahedronIjk<T,G> mesh)
      Create an instance of plane slice extractor for hexahedron IJK volume mesh.
      Parameters:
      mesh - the input mesh
      Returns:
      a plane slice extractor for hexahedron IJK volume mesh
    • extractScalarSet

      public abstract MeXScalardSetI extractScalarSet(MiScalardSetI scalarSet)
      Computes a PER_NODE scalar set on the extracted plane slice.

      Note: The argument i of the method MiScalardSetI.get(long) refers to the i-th node of the mesh. Thus the binding of the input set must be PER_NODE. An UnsupportedOperationException is thrown otherwise.

      Parameters:
      scalarSet - the input scalar set defined on the volume mesh
      Returns:
      the output scalar set defined on the resulting plane slice mesh.
    • extractVec3Set

      public abstract MeXVec3dSetI extractVec3Set(MiVec3dSetI vectorSet)
      Computes a vector set on the extracted plane slice.

      Note: The argument i of the method MiVec3dSetI.get(long) refers to the i-th node of the mesh. Thus the binding of the input set must be PER_NODE. An UnsupportedOperationException is thrown otherwise.

      Parameters:
      vectorSet - the input vector set defined on the volume mesh
      Returns:
      the output vector set defined on the resulting plane slice mesh