Edges class

Edges class

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.

Inheritance: EdgesColladaElement

The Edges type exposes the following members:

Constructors

ConstructorDescription
initConstructs a new instance of Edges

Properties

PropertyDescription
inputGets 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.
primitivesGets or sets the primitives.
extraGets or sets the extra.
idGets or sets the id.
A text string containing the unique identifier of this element.
This value must be unique within the instance document.
Required.
nameGets or sets the name.
countGets or sets the count.

See Also