Class SoCylinderDetail


public class SoCylinderDetail extends SoDetail
Stores detail information about the SoCylinder node. This class contains detail information about a point on a cylinder. It contains the part of the cylinder that was hit (sides, top, or bottom).

See Also:
  • Constructor Details

    • SoCylinderDetail

      public SoCylinderDetail()
      Constructor.
  • Method Details

    • getPart

      public int getPart()
      Returns the part in the detail. The returned value is one of the SoCylinder 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)