VertexElementUserData
Overview
VertexElementUserData is a class in Aspose.3D FOSS for .NET.
Inherits from: VertexElement, IIndexedVertexElement.
Defines custom user data for specified components.
This class provides 4 methods for working with VertexElementUserData objects in .NET programs.
Available methods include: Clear, SetIndices, ToString, VertexElementUserData.
All public members are accessible to any .NET application after installing the Aspose.3D FOSS for .NET package.
Properties: Data, Indices, MappingMode, Name, ReferenceMode, VertexElementType.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Data | object | Read/Write | The user data attached in this element |
VertexElementType | VertexElementType | Read | Gets the type of the |
Name | string | Read/Write | Gets or sets the name. |
MappingMode | MappingMode | Read/Write | Gets or sets how the element is mapped. |
ReferenceMode | ReferenceMode | Read/Write | Gets or sets how the element is referenced. |
Indices | IArrayList<int> | Read | Gets the indices data |
Methods
| Signature | Description |
|---|---|
VertexElementUserData() | Initializes a new instance of the VertexElementUserData class. |
Clear() | Clears all the data from this vertex element. |
SetIndices(data: int[]) | Sets the indices data |
ToString() | String representation of vertex element. |