public class Curves extends ColladaElement
The curves. This element holds all the curves that are needed for the geometrical description of the topological entities edges.
Constructor and Description |
---|
Curves() |
Modifier and Type | Method and Description |
---|---|
Curve[] |
getCurve()
Gets or sets the curve.
|
Extra[] |
getExtra()
Gets or sets the extra.
|
void |
setCurve(Curve[] value)
Gets or sets the curve.
|
void |
setExtra(Extra[] value)
Gets or sets the extra.
|
public final Curve[] getCurve()
Gets or sets the curve. Describes a single curve.
public final void setCurve(Curve[] value)
Gets or sets the curve. Describes a single curve.
public final Extra[] getExtra()
Gets or sets the extra.
public final void setExtra(Extra[] value)
Gets or sets the extra.