Class VertexElementUserData
Contents
[
Hide
]VertexElementUserData class
Defines custom user data for specified components. Usually it’s application-specific data for special purpose.
public class VertexElementUserData : VertexElement
Constructors
Name | Description |
---|---|
VertexElementUserData() | Initializes a new instance of the VertexElementUserData class. |
Properties
Name | Description |
---|---|
Data { get; set; } | The user data attached in this element |
Indices { get; } | Gets the indices data(Inherited from VertexElement .) |
MappingMode { get; set; } | Gets or sets how the element is mapped.(Inherited from VertexElement .) |
Name { get; set; } | Gets or sets the name.(Inherited from VertexElement .) |
ReferenceMode { get; set; } | Gets or sets how the element is referenced.(Inherited from VertexElement .) |
VertexElementType { get; } | Gets the type of the VertexElement (Inherited from VertexElement .) |
Methods
Name | Description |
---|---|
override Clear() | Clears all the data from this vertex element. |
SetIndices(int[]) | Load indices(Inherited from VertexElement .) |
override ToString() | String representation of vertex element.(Inherited from VertexElement .) |
See Also
- class VertexElement
- namespace Aspose.ThreeD.Entities
- assembly Aspose.3D