Packages

 

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

Classes

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

Class Sphere



  • public class Sphere
    extends ColladaElement

    The sphere. Describes a sphere that is centered around its local origin.

    • Constructor Detail

      • Sphere

        public Sphere()
    • Method Detail

      • getRadius

        public final double getRadius()

        Gets or sets the radius. Contains a floating-point value that specifies the radius of the sphere.

      • setRadius

        public final void setRadius(double value)

        Gets or sets the radius. Contains a floating-point value that specifies the radius of the sphere.

      • getExtra

        public final Extra[] getExtra()

        Gets or sets the extra.

      • setExtra

        public final void setExtra(Extra[] value)

        Gets or sets the extra.