VertexElementVector4

VertexElementVector4

Overview

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

A helper class for defining concrete implementations.

This class provides 5 methods for working with VertexElementVector4 objects in .NET programs. Available methods include: Clear, CopyTo, SetData, SetIndices, ToString. 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
DataIArrayList<Vector4>ReadGets the vertex data
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
CopyTo(target: VertexElementVector4)Not implemented in the FOSS edition — throws at runtime. Copies data to specified element
SetData(data: Vector4[])Not implemented in the FOSS edition — throws at runtime. Sets the data value.
Clear()Not implemented in the FOSS edition — throws at runtime. Removes all elements from the direct and the index arrays.
SetIndices(data: int[])Sets the indices data
ToString()String representation of vertex element.

See Also

 English