Packages

 

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

Classes

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

Class Torus



  • public class Torus
    extends ColladaElement

    The torus. Describes a torus in 3D space.

    • Constructor Detail

      • Torus

        public Torus()
    • Method Detail

      • getRadius

        public final String getRadius()

        Gets or sets the radius. Two floating-point numbers that describe the radii of the torus. The first value is the major radius, the second is the minor radius.

      • setRadius

        public final void setRadius(String value)

        Gets or sets the radius. Two floating-point numbers that describe the radii of the torus. The first value is the major radius, the second is the minor radius.

      • getExtra

        public final Extra[] getExtra()

        Gets or sets the extra.

      • setExtra

        public final void setExtra(Extra[] value)

        Gets or sets the extra.