Class MoLineDetailI

All Implemented Interfaces:
Cloneable

public class MoLineDetailI extends MoLineDetail implements Cloneable
Stores detail information about vertex-based shapes made of line segments from unstructured meshes and structured line meshes.

This class contains detail information about a line segment in a vertex-based shape made of line segments (extends MoLineDetail). Additional information includes the index of the cell containing the line segment in the mesh stored in the associated MoMeshDetail (see MoLineDetail.getMeshDetail().

See Also:
  • Method Details

    • getCellIndex

      public long getCellIndex()
      Returns the index of the cell containing the line segment within the input mesh.
      Returns:
      the cell index
    • copy

      public SoDetail copy()
      Description copied from class: SoLineDetail
      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 MoLineDetail
    • clone

      public MoLineDetailI clone()
      Overrides:
      clone in class MoLineDetail