Class Wires
Contents
[
Hide
]Wires class
The wires. Wires are a combination of one or more edges. A closed wire can limit a face.
public class Wires : ColladaElement
Constructors
| Name | Description |
|---|---|
| Wires() | The default constructor. |
Properties
| Name | Description |
|---|---|
| Count { get; set; } | Gets or sets the count. The number of wires. Required. |
| EdgesCount { get; set; } | Gets or sets the edges count. Contains a list of integers describing the number of edges for each wire. |
| 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. One input elements is needed to define a wire by its edges. The second is needed for orientation of the edges. |
| Name { get; set; } | Gets or sets the name. The text string name of the element. Optional. |
| Primitives { get; set; } | Gets or sets the primitives. References the indices for the input; this describes the attributes for all the wires. |
See Also
- class ColladaElement
- namespace Aspose.CAD.FileFormats.Collada.FileParser.Elements
- assembly Aspose.CAD