public class Edges extends ColladaElement
The edges. Edges are limited by two vertices and have a curve for a geometric representation. The segment of the curve is also limited by its start and end parameters.
Constructor and Description |
---|
Edges() |
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.
|
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.
|
public final InputLocalOffset[] getInput()
Gets or sets the input. Five input elements are needed to define an edge, one for referencing the curve, two for referencing the two vertices, one for the orientation of the first vertex(the second is the opposite of the first) and one for the parametric values of the curve.
public final void setInput(InputLocalOffset[] value)
Gets or sets the input. Five input elements are needed to define an edge, one for referencing the curve, two for referencing the two vertices, one for the orientation of the first vertex(the second is the opposite of the first) and one for the parametric values of the curve.
public final Primitives getPrimitives()
Gets or sets the primitives.
public final void setPrimitives(Primitives value)
Gets or sets the primitives.
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. A text string containing the unique identifier of this element. This value must be unique within the instance document. Required.
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.
public final String getName()
Gets or sets the name.
public final void setName(String value)
Gets or sets the name.
public final long getCount()
Gets or sets the count.
public final void setCount(long value)
Gets or sets the count.