Surfaces

Inheritance: java.lang.Object, ColladaElement

The surfaces. Contains all surfaces that are used in a B-rep structure.

Constructors

ConstructorDescription
Surfaces()

Methods

MethodDescription
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.