VertexElement

VertexElement

Overview

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

Base class of vertex elements.

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 type of the
NamestringRead/WriteGets or sets the name.
MappingModeMappingModeRead/WriteGets or sets how the element is mapped.
ReferenceModeReferenceModeRead/WriteGets or sets how the element is referenced.
IndicesIArrayList<int>ReadGets the indices data

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

 English