Mesh class
Mesh class
The mesh. The mesh element contains vertex and primitive information sufficient to describe basic geometric meshes.
Inheritance: Mesh →
ColladaElement
The Mesh type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
| init | Constructs a new instance of Mesh |
Properties
| Property | Description |
|---|---|
| source | Gets or sets the source. The mesh element must contain one or more source elements. |
| vertices | Gets or sets the vertices. The mesh element must contain one vertices element. |
| items | Gets or sets the mesh items. |
| extra | Gets or sets the extra. The extra element may appear any number of times. |
See Also
- module
aspose.cad.fileformats.collada.fileparser.elements - class
ColladaElement - class
Mesh