SurfaceCurves
Contents
[
Hide
]Inheritance: java.lang.Object, ColladaElement
The surface curves. The curves in the parametric space of the surface on which they lie.
Constructors
| Constructor | Description |
|---|---|
| SurfaceCurves() |
Methods
| Method | Description |
|---|---|
| getCurve() | Gets or sets the curve. Describes a single 2D curve. |
| setCurve(Curve[] value) | Gets or sets the curve. Describes a single 2D curve. |
| getExtra() | Gets or sets the extra. |
| setExtra(Extra[] value) | Gets or sets the extra. |
SurfaceCurves()
public SurfaceCurves()
getCurve()
public final Curve[] getCurve()
Gets or sets the curve. Describes a single 2D curve.
Returns: Curve[]
setCurve(Curve[] value)
public final void setCurve(Curve[] value)
Gets or sets the curve. Describes a single 2D 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.