VertexElement

VertexElement

Overview

VertexElement is a class in Aspose.3D FOSS for .NET.

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.

This class provides 3 methods for working with VertexElement objects in .NET programs. Available methods include: Clear, SetIndices, ToString. All public members are accessible to any .NET application after installing the Aspose.3D FOSS for .NET package. Properties: Indices, MappingMode, Name, ReferenceMode, VertexElementType.

Properties

NameTypeAccessDescription
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
SetIndices(data: int[])Sets the indices data
Clear()Clears all the data from this vertex element.
ToString()String representation of vertex element.

See Also