public class Faces extends ColladaElement
The faces. Faces are limited by one or more wires.
Constructor and Description |
---|
Faces() |
Modifier and Type | Method and Description |
---|---|
long |
getCount()
Gets or sets the count.
|
Extra[] |
getExtra()
Gets or sets the extra.
|
String |
getId()
Gets or sets the id.
|
InputLocalOffset[] |
getInput()
Gets or sets the input.
|
String |
getName()
Gets or sets the name.
|
Primitives |
getPrimitives()
Gets or sets the primitives.
|
String |
getWiresCount()
Gets or sets the wires count.
|
void |
setCount(long value)
Gets or sets the count.
|
void |
setExtra(Extra[] value)
Gets or sets the extra.
|
void |
setId(String value)
Gets or sets the id.
|
void |
setInput(InputLocalOffset[] value)
Gets or sets the input.
|
void |
setName(String value)
Gets or sets the name.
|
void |
setPrimitives(Primitives value)
Gets or sets the primitives.
|
void |
setWiresCount(String value)
Gets or sets the wires count.
|
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.
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.
public final String getWiresCount()
Gets or sets the wires count. Contains a list of integers describing the number of wires for each face.
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.
public final Primitives getPrimitives()
Gets or sets the primitives. The indices for referencing the surface and wires for each face.
public final void setPrimitives(Primitives value)
Gets or sets the primitives. The indices for referencing the surface and wires for each face.
public final Extra[] getExtra()
Gets or sets the extra.
public final void setExtra(Extra[] value)
Gets or sets the extra.
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.
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.
public final String getName()
Gets or sets the name. The text string name of the element. Optional.
public final void setName(String value)
Gets or sets the name. The text string name of the element. Optional.
public final long getCount()
Gets or sets the count. The number of faces. Required.
public final void setCount(long value)
Gets or sets the count. The number of faces. Required.