Curves

Inheritance: java.lang.Object, ColladaElement

The curves. This element holds all the curves that are needed for the geometrical description of the topological entities edges.

Constructors

ConstructorDescription
Curves()

Methods

MethodDescription
getCurve()Gets or sets the curve. Describes a single curve.
setCurve(Curve[] value)Gets or sets the curve. Describes a single curve.
getExtra()Gets or sets the extra.
setExtra(Extra[] value)Gets or sets the extra.

Curves()

public Curves()

getCurve()

public final Curve[] getCurve()

Gets or sets the curve. Describes a single curve.

Returns: Curve[]

setCurve(Curve[] value)

public final void setCurve(Curve[] value)

Gets or sets the curve. Describes a single curve.

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.