Class Faces
Contents
[
Hide
]Faces class
The faces. Faces are limited by one or more wires.
public class Faces : ColladaElement
Constructors
| Name | Description |
|---|---|
| Faces() | The default constructor. |
Properties
| Name | Description |
|---|---|
| Count { get; set; } | Gets or sets the count. The number of faces. Required. |
| Extra { get; set; } | Gets or sets the extra. |
| Id { get; set; } | Gets or sets the id. The text string containing the unique identifier of the faces element. This value must be unique within the instance document. Required. |
| Input { get; set; } | Gets or sets the input. Two input elements are needed to define a face, one for referencing the surface and one for referencing the wires themselves. The third is needed for the orientation of each wires. |
| Name { get; set; } | Gets or sets the name. The text string name of the element. Optional. |
| Primitives { get; set; } | Gets or sets the primitives. The indices for referencing the surface and wires for each face. |
| WiresCount { get; set; } | Gets or sets the wires count. Contains a list of integers describing the number of wires for each face. |
See Also
- class ColladaElement
- namespace Aspose.CAD.FileFormats.Collada.FileParser.Elements
- assembly Aspose.CAD