Class MiOutlineExtractIj

  • All Implemented Interfaces:
    MiBaseExtractor, MiExtractorIj

    public abstract class MiOutlineExtractIj
    extends java.lang.Object
    implements MiExtractorIj
    Outline extractor for structured surface meshes.

    Builds an unstructured line mesh containing the outline of the given surface mesh. The outline of a mesh is made up of all the edges that belong to a single cell. Internal edges of a mesh will not be displayed except when they are adjacent to dead cells.

    • Method Detail

      • extractScalarSet

        public abstract MeXScalardSetI extractScalarSet​(MiScalardSetIj scalarSet)
        Extracts a scalar set from the surface mesh. The scalars are mapped onto the current extracted mesh.
        Parameters:
        scalarSet - the input scalar set defined on the surface mesh
        Returns:
        the output scalar set defined on the resulting outline mesh
      • extractVec3Set

        public abstract MeXVec3dSetI extractVec3Set​(MiVec3dSetIj vectorSet)
        Extracts a vector set from the surface mesh. The vectors are mapped onto the current extracted mesh.
        Parameters:
        vectorSet - the input vector set defined on the surface mesh
        Returns:
        the output vector set defined on the resulting outline mesh