Class MoFaceDetailIjk

All Implemented Interfaces:
Cloneable

public class MoFaceDetailIjk extends MoFaceDetail implements Cloneable
Stores detail information about vertex-based shapes made of faces from a structured volume mesh.

This class contains detail information about a face in a vertex-based shape made of faces (extends MoFaceDetail). Additional information includes the I/J/K indices of the cell that contains this face in the structured volume mesh stored in the associated MoMeshDetail (see MoFaceDetail.getMeshDetail()).

See Also:
  • Method Details

    • getCellIndexI

      public long getCellIndexI()
      Returns the I index of the cell containing the face within the input mesh.
      Returns:
      the I index
    • getCellIndexJ

      public long getCellIndexJ()
      Returns the J index of the cell containing the face within the input mesh.
      Returns:
      the J index
    • getCellIndexK

      public long getCellIndexK()
      Returns the K index of the cell containing the face within the input mesh.
      Returns:
      the K index
    • copy

      public SoDetail copy()
      Description copied from class: SoFaceDetail
      Returns an instance that is a copy of this instance. The caller is responsible for deleting the copy when it is no longer needed.
      Overrides:
      copy in class MoFaceDetail
    • clone

      public MoFaceDetailIjk clone()
      Overrides:
      clone in class MoFaceDetail