Wires

Inheritance: java.lang.Object, ColladaElement

The wires. Wires are a combination of one or more edges. A closed wire can limit a face.

Constructors

ConstructorDescription
Wires()

Methods

MethodDescription
getInput()Gets or sets the input. One input elements is needed to define a wire by its edges. The second is needed for orientation of the edges.
setInput(InputLocalOffset[] value)Gets or sets the input. One input elements is needed to define a wire by its edges. The second is needed for orientation of the edges.
getEdgesCount()Gets or sets the edges count. Contains a list of integers describing the number of edges for each wire.
setEdgesCount(String value)Gets or sets the edges count. Contains a list of integers describing the number of edges for each wire.
getPrimitives()Gets or sets the primitives. References the indices for the input; this describes the attributes for all the wires.
setPrimitives(Primitives value)Gets or sets the primitives. References the indices for the input; this describes the attributes for all the wires.
getExtra()Gets or sets the extra.
setExtra(Extra[] value)Gets or sets the extra.
getId()Gets or sets the id. A text string containing the unique identifier of this element. This value must be unique within the instance document. Required.
setId(String value)Gets or sets the id. A text string containing the unique identifier of this element. This value must be unique within the instance document. Required.
getName()Gets or sets the name. The text string name of the element. Optional.
setName(String value)Gets or sets the name. The text string name of the element. Optional.
getCount()Gets or sets the count. The number of wires. Required.
setCount(long value)Gets or sets the count. The number of wires. Required.

Wires()

public Wires()

getInput()

public final InputLocalOffset[] getInput()

Gets or sets the input. One input elements is needed to define a wire by its edges. The second is needed for orientation of the edges.

Returns: InputLocalOffset[]

setInput(InputLocalOffset[] value)

public final void setInput(InputLocalOffset[] value)

Gets or sets the input. One input elements is needed to define a wire by its edges. The second is needed for orientation of the edges.

getEdgesCount()

public final String getEdgesCount()

Gets or sets the edges count. Contains a list of integers describing the number of edges for each wire.

Returns: String

setEdgesCount(String value)

public final void setEdgesCount(String value)

Gets or sets the edges count. Contains a list of integers describing the number of edges for each wire.

getPrimitives()

public final Primitives getPrimitives()

Gets or sets the primitives. References the indices for the input; this describes the attributes for all the wires.

Returns: Primitives

setPrimitives(Primitives value)

public final void setPrimitives(Primitives value)

Gets or sets the primitives. References the indices for the input; this describes the attributes for all the wires.

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. A text string containing the unique identifier of this element. This value must be unique within the instance document. Required.

Returns: String

setId(String value)

public final void setId(String value)

Gets or sets the id. A text string containing the unique identifier of this element. This value must be unique within the instance document. Required.

getName()

public final String getName()

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

Returns: String

setName(String value)

public final void setName(String value)

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

getCount()

public final long getCount()

Gets or sets the count. The number of wires. Required.

Returns: long

setCount(long value)

public final void setCount(long value)

Gets or sets the count. The number of wires. Required.