Class Edges

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.

public class Edges : ColladaElement

Constructors

NameDescription
Edges()The default constructor.

Properties

NameDescription
Count { get; set; }Gets or sets the count.
Extra { get; set; }Gets or sets the extra.
Id { get; set; }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.
Input { get; set; }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.
Name { get; set; }Gets or sets the name.
Primitives { get; set; }Gets or sets the primitives.

See Also