Geometry

Inheritance: java.lang.Object, ColladaElement

The geometry. Geometry describes the visual shape and appearance of an object in the scene. The geometry element categorizes the declaration of geometric information.Geometry is a branch of mathematics that deals with the measurement, properties, and relationships of points, lines, angles, surfaces, and solids.

Constructors

ConstructorDescription
Geometry()

Methods

MethodDescription
getAsset()Gets or sets the asset. The geometry element may contain an asset element.
setAsset(Asset value)Gets or sets the asset. The geometry element may contain an asset element.
getItem()Gets or sets the geometry item.
setItem(Object value)Gets or sets the geometry item.
getExtra()Gets or sets the extra.
setExtra(Extra[] value)Gets or sets the extra.
getId()Gets or sets the id. The id attribute is a text string containing the unique identifier of this element. This value must be unique within the instance document. Optional attribute.
setId(String value)Gets or sets the id. The id attribute is a text string containing the unique identifier of this element. This value must be unique within the instance document. Optional attribute.
getName()Gets or sets the name. The name attribute is the text string name of this element. Optional attribute.
setName(String value)Gets or sets the name. The name attribute is the text string name of this element. Optional attribute.

Geometry()

public Geometry()

getAsset()

public final Asset getAsset()

Gets or sets the asset. The geometry element may contain an asset element.

Returns: Asset

setAsset(Asset value)

public final void setAsset(Asset value)

Gets or sets the asset. The geometry element may contain an asset element.

getItem()

public final Object getItem()

Gets or sets the geometry item.

Returns: Object

setItem(Object value)

public final void setItem(Object value)

Gets or sets the geometry item.

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.

getId()

public final String getId()

Gets or sets the id. The id attribute is a text string containing the unique identifier of this element. This value must be unique within the instance document. Optional attribute.

Returns: String

setId(String value)

public final void setId(String value)

Gets or sets the id. The id attribute is a text string containing the unique identifier of this element. This value must be unique within the instance document. Optional attribute.

getName()

public final String getName()

Gets or sets the name. The name attribute is the text string name of this element. Optional attribute.

Returns: String

setName(String value)

public final void setName(String value)

Gets or sets the name. The name attribute is the text string name of this element. Optional attribute.