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: Edges
→
ColladaElement
The Edges type exposes the following members:
Constructors
Constructor | Description |
---|---|
init | Constructs a new instance of Edges |
Properties
Property | Description |
---|---|
input | 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. |
primitives | Gets or sets the primitives. |
extra | Gets or sets the extra. |
id | 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. |
name | Gets or sets the name. |
count | Gets or sets the count. |
See Also
- module
aspose.cad.fileformats.collada.fileparser.elements
- class
ColladaElement
- class
Edges