VertexElementUserData class
VertexElementUserData class
Defines custom user data for specified components. Usually it’s application-specific data for special purpose.
Inheritance: VertexElementUserData →
VertexElement
The VertexElementUserData type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
__init__(self) | Initializes a new instance of the VertexElementUserData class. |
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. |
| data | The user data attached in this element |
Methods
| Method | Description |
|---|---|
set_indices(self, data) | Load indices |
clear(self) | Clears all the data from this vertex element. |
See Also
- module
aspose.threed.entities - class
VertexElement - class
VertexElementUserData