Wires class
Wires class
The wires. Wires are a combination of one or more edges. A closed wire can limit a face.
Inheritance: Wires
→
ColladaElement
The Wires type exposes the following members:
Constructors
Constructor | Description |
---|---|
init | Constructs a new instance of Wires |
Properties
Property | Description |
---|---|
input | Gets or sets the input. One input elements is needed to define a wire by its edges. The second is needed for orientation of the edges. |
edges_count | Gets or sets the edges count. Contains a list of integers describing the number of edges for each wire. |
primitives | Gets or sets the primitives. References the indices for the input; this describes the attributes for all the wires. |
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. The text string name of the element. Optional. |
count | Gets or sets the count. The number of wires. Required. |
See Also
- module
aspose.cad.fileformats.collada.fileparser.elements
- class
ColladaElement
- class
Wires