Class SoConeDetail


public class SoConeDetail extends SoDetail
Stores detail information about the SoCone node. This class contains detail information about a point on a cone. It contains the part of the cone that was hit (sides or bottom).

See Also:
  • Constructor Details

    • SoConeDetail

      public SoConeDetail()
      Constructor.
  • Method Details

    • getPart

      public int getPart()
      Returns the part in the detail. The returned value is one of the SoCone part flags.
    • copy

      public SoDetail copy()
      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 SoDetail
    • setPart

      public void setPart(int _part)