SweptSurface

Inheritance: java.lang.Object, ColladaElement

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

Constructors

ConstructorDescription
SweptSurface()

Methods

MethodDescription
getCurve()Gets or sets the curve. Describes the base curve.
setCurve(Curve value)Gets or sets the curve. Describes the base curve.
getAxis()Gets or sets the axis.
setAxis(double value)Gets or sets the axis.
getDirection()Gets or sets the direction.
setDirection(double value)Gets or sets the direction.
getOrigin()Gets or sets the items.
setOrigin(double value)Gets or sets the items.
getExtra()Gets or sets the extra.
setExtra(Extra[] value)Gets or sets the extra.

SweptSurface()

public SweptSurface()

getCurve()

public final Curve getCurve()

Gets or sets the curve. Describes the base curve.

Returns: Curve

setCurve(Curve value)

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.

Returns: double

setAxis(double value)

public final void setAxis(double value)

Gets or sets the axis.

getDirection()

public final double getDirection()

Gets or sets the direction.

Returns: double

setDirection(double value)

public final void setDirection(double value)

Gets or sets the direction.

getOrigin()

public final double getOrigin()

Gets or sets the items.

Returns: double

setOrigin(double value)

public final void setOrigin(double value)

Gets or sets the items.

getExtra()

public final Extra[] getExtra()

Gets or sets the extra.

Returns: Extra[]

setExtra(Extra[] value)

public final void setExtra(Extra[] value)

Gets or sets the extra.