Vertices

Inheritance: java.lang.Object, ColladaElement

The vertices. The vertices element declares the attributes and identity of mesh-vertices. The vertices element describes mesh-vertices in a mesh geometry. The mesh-vertices represent the position(identity) of the vertices comprising the mesh and other vertex attributes that are invariant to tessellation.

Constructors

ConstructorDescription
Vertices()

Methods

MethodDescription
getInput()Gets or sets the input. The input element must occur at least one time. These inputs are local inputs.
setInput(InputLocal[] value)Gets or sets the input. The input element must occur at least one time. These inputs are local inputs.
getExtra()Gets or sets the extra. The extra element may appear any number of times.
setExtra(Extra[] value)Gets or sets the extra. The extra element may appear any number of times.
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. Required 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. Required 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.

Vertices()

public Vertices()

getInput()

public final InputLocal[] getInput()

Gets or sets the input. The input element must occur at least one time. These inputs are local inputs.

Returns: InputLocal[]

setInput(InputLocal[] value)

public final void setInput(InputLocal[] value)

Gets or sets the input. The input element must occur at least one time. These inputs are local inputs.

getExtra()

public final Extra[] getExtra()

Gets or sets the extra. The extra element may appear any number of times.

Returns: Extra[]

setExtra(Extra[] value)

public final void setExtra(Extra[] value)

Gets or sets the extra. The extra element may appear any number of times.

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