Vertices class
Vertices class
The vertices. The vertices element declares the attributes and identity of mesh-vertices. The vertices element describes mesh-vertices in a mesh geometry. The mesh-vertices represent the position(identity) of the vertices comprising the mesh and other vertex attributes that are invariant to tessellation.
Inheritance: Vertices →
ColladaElement
The Vertices type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
| init | Constructs a new instance of Vertices |
Properties
| Property | Description |
|---|---|
| input | Gets or sets the input. The input element must occur at least one time. These inputs are local inputs. |
| extra | Gets or sets the extra. The extra element may appear any number of times. |
| id | Gets or sets the id. The id attribute is a text string containing the unique identifier of this element. This value must be unique within the instance document. Required attribute. |
| name | Gets or sets the name. The name attribute is the text string name of this element. Optional attribute. |
See Also
- module
aspose.cad.fileformats.collada.fileparser.elements - class
ColladaElement - class
Vertices