Edges

Inheritance: java.lang.Object, 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.

Constructors

ConstructorDescription
Edges()

Methods

MethodDescription
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.
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.
getPrimitives()Gets or sets the primitives.
setPrimitives(Primitives value)Gets or sets the primitives.
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.
setName(String value)Gets or sets the name.
getCount()Gets or sets the count.
setCount(long value)Gets or sets the count.

Edges()

public Edges()

getInput()

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.

Returns: InputLocalOffset[]

setInput(InputLocalOffset[] value)

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.

getPrimitives()

public final Primitives getPrimitives()

Gets or sets the primitives.

Returns: Primitives

setPrimitives(Primitives value)

public final void setPrimitives(Primitives value)

Gets or sets the primitives.

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.

Returns: String

setName(String value)

public final void setName(String value)

Gets or sets the name.

getCount()

public final long getCount()

Gets or sets the count.

Returns: long

setCount(long value)

public final void setCount(long value)

Gets or sets the count.