public class Surfaces extends ColladaElement
The surfaces. Contains all surfaces that are used in a B-rep structure.
Constructor and Description |
---|
Surfaces() |
Modifier and Type | Method and Description |
---|---|
Extra[] |
getExtra()
Gets or sets the extra.
|
Surface[] |
getSurface()
Gets or sets the surfaces collection.
|
void |
setExtra(Extra[] value)
Gets or sets the extra.
|
void |
setSurface(Surface[] value)
Gets or sets the surfaces collection.
|
public final Surface[] getSurface()
Gets or sets the surfaces collection.
public final void setSurface(Surface[] value)
Gets or sets the surfaces collection.
public final Extra[] getExtra()
Gets or sets the extra.
public final void setExtra(Extra[] value)
Gets or sets the extra.