Packages

 

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

Classes

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

Class SweptSurface



  • public class SweptSurface
    extends ColladaElement

    The swept surface. Describes a surface by extruding or revolving a curve.

    • Constructor Detail

      • SweptSurface

        public SweptSurface()
    • Method Detail

      • getCurve

        public final Curve getCurve()

        Gets or sets the curve. Describes the base curve.

      • setCurve

        public final void setCurve(Curve value)

        Gets or sets the curve. Describes the base curve.

      • getAxis

        public final double getAxis()

        Gets or sets the axis.

      • setAxis

        public final void setAxis(double value)

        Gets or sets the axis.

      • getDirection

        public final double getDirection()

        Gets or sets the direction.

      • setDirection

        public final void setDirection(double value)

        Gets or sets the direction.

      • getOrigin

        public final double getOrigin()

        Gets or sets the items.

      • setOrigin

        public final void setOrigin(double value)

        Gets or sets the items.

      • getExtra

        public final Extra[] getExtra()

        Gets or sets the extra.

      • setExtra

        public final void setExtra(Extra[] value)

        Gets or sets the extra.