Faces

Inheritance: java.lang.Object, ColladaElement

The faces. Faces are limited by one or more wires.

Constructors

ConstructorDescription
Faces()

Methods

MethodDescription
getInput()Gets or sets the input. Two input elements are needed to define a face, one for referencing the surface and one for referencing the wires themselves. The third is needed for the orientation of each wires.
setInput(InputLocalOffset[] value)Gets or sets the input. Two input elements are needed to define a face, one for referencing the surface and one for referencing the wires themselves. The third is needed for the orientation of each wires.
getWiresCount()Gets or sets the wires count. Contains a list of integers describing the number of wires for each face.
setWiresCount(String value)Gets or sets the wires count. Contains a list of integers describing the number of wires for each face.
getPrimitives()Gets or sets the primitives. The indices for referencing the surface and wires for each face.
setPrimitives(Primitives value)Gets or sets the primitives. The indices for referencing the surface and wires for each face.
getExtra()Gets or sets the extra.
setExtra(Extra[] value)Gets or sets the extra.
getId()Gets or sets the id. The text string containing the unique identifier of the faces element. This value must be unique within the instance document. Required.
setId(String value)Gets or sets the id. The text string containing the unique identifier of the faces 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 faces. Required.
setCount(long value)Gets or sets the count. The number of faces. Required.

Faces()

public Faces()

getInput()

public final InputLocalOffset[] getInput()

Gets or sets the input. Two input elements are needed to define a face, one for referencing the surface and one for referencing the wires themselves. The third is needed for the orientation of each wires.

Returns: InputLocalOffset[]

setInput(InputLocalOffset[] value)

public final void setInput(InputLocalOffset[] value)

Gets or sets the input. Two input elements are needed to define a face, one for referencing the surface and one for referencing the wires themselves. The third is needed for the orientation of each wires.

getWiresCount()

public final String getWiresCount()

Gets or sets the wires count. Contains a list of integers describing the number of wires for each face.

Returns: String

setWiresCount(String value)

public final void setWiresCount(String value)

Gets or sets the wires count. Contains a list of integers describing the number of wires for each face.

getPrimitives()

public final Primitives getPrimitives()

Gets or sets the primitives. The indices for referencing the surface and wires for each face.

Returns: Primitives

setPrimitives(Primitives value)

public final void setPrimitives(Primitives value)

Gets or sets the primitives. The indices for referencing the surface and wires for each face.

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 text string containing the unique identifier of the faces 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. The text string containing the unique identifier of the faces 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 faces. Required.

Returns: long

setCount(long value)

public final void setCount(long value)

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