Packages

 

com.aspose.cad.fileformats.collada.fileparser.elements

Classes

com.aspose.cad.fileformats.collada.fileparser.elements

Class Cone



  • public class Cone
    extends ColladaElement

    The cone. Describes a conical surface.

    • Constructor Detail

      • Cone

        public Cone()
    • Method Detail

      • getRadius

        public final double getRadius()

        Gets or sets the radius. Contains a floating-point number that specifies the radius of the cone.

      • setRadius

        public final void setRadius(double value)

        Gets or sets the radius. Contains a floating-point number that specifies the radius of the cone.

      • getAngle

        public final float getAngle()

        Gets or sets the angle. Contains a floating-point number that specifies the conical surface semi angle ]0,PI/2[.

      • setAngle

        public final void setAngle(float value)

        Gets or sets the angle. Contains a floating-point number that specifies the conical surface semi angle ]0,PI/2[.

      • getExtra

        public final Extra[] getExtra()

        Gets or sets the extra.

      • setExtra

        public final void setExtra(Extra[] value)

        Gets or sets the extra.