Surfaces
Contents
[
Hide
]Inheritance: java.lang.Object, ColladaElement
The surfaces. Contains all surfaces that are used in a B-rep structure.
Constructors
| Constructor | Description |
|---|---|
| Surfaces() |
Methods
| Method | Description |
|---|---|
| getSurface() | Gets or sets the surfaces collection. |
| setSurface(Surface[] value) | Gets or sets the surfaces collection. |
| getExtra() | Gets or sets the extra. |
| setExtra(Extra[] value) | Gets or sets the extra. |
Surfaces()
public Surfaces()
getSurface()
public final Surface[] getSurface()
Gets or sets the surfaces collection.
Returns: Surface[]
setSurface(Surface[] value)
public final void setSurface(Surface[] value)
Gets or sets the surfaces collection.
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.