VertexElementUserData

VertexElementUserData

Overview

VertexElementUserData is a class in Aspose.3D FOSS for .NET. Inherits from: VertexElement, IIndexedVertexElement.

Defines custom user data for specified components. Usually it’s application-specific data for special purpose.

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

NameTypeAccessDescription
DataobjectRead/WriteGets or sets the data.
VertexElementTypeVertexElementTypeReadGets the vertex element type.
NamestringRead/WriteGets or sets the name.
MappingModeMappingModeRead/WriteGets or sets the mapping mode.
ReferenceModeReferenceModeRead/WriteGets or sets the reference mode.
IndicesIArrayList<int>ReadGets the indices.

Methods

SignatureDescription
VertexElementUserData()
VertexElementUserData(mappingMode: MappingMode, referenceMode: ReferenceMode)
Clear()Clears all the data from this vertex element.
SetIndices(data: int[])Sets the indices data
ToString()String representation of vertex element.

See Also