VertexElement class
VertexElement class
Base class of vertex elements. A vertex element type is identified by VertexElementType. A VertexElement describes how the vertex element is mapped to a geometry surface and how the mapping information is arranged in memory. A VertexElement contains Normals, UVs or other kind of information.
The VertexElement type exposes the following members:
Properties
Property | Description |
---|---|
vertex_element_type | Gets the type of the VertexElement |
name | Gets or sets the name. |
mapping_mode | Gets or sets how the element is mapped. |
reference_mode | Gets or sets how the element is referenced. |
Methods
Method | Description |
---|---|
set_indices | Load indices |
clear | Clears all the data from this vertex element. |
See Also
- module
aspose.threed.entities
- class
IIndexedVertexElement
- class
VertexElement