Class MoFaceDetailI

All Implemented Interfaces:
Cloneable

public class MoFaceDetailI extends MoFaceDetail implements Cloneable
Stores detail information about vertex-based shapes made of faces from unstructured meshes and structured line meshes.

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

See Also:
  • Method Details

    • getCellIndex

      public long getCellIndex()
      Returns the index of the cell containing the face within the input mesh.
      Returns:
      the cell 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 MoFaceDetailI clone()
      Overrides:
      clone in class MoFaceDetail