Class SoConeDetail

    • Constructor Detail

      • SoConeDetail

        public SoConeDetail()
        Constructor.
    • Method Detail

      • 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)