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
| Name | Type | Access | Description |
|---|---|---|---|
Data | IArrayList<Vector4> | Read | Gets the vertex data |
VertexElementType | VertexElementType | Read | Gets the type of the |
Name | string | Read/Write | Gets or sets the name. |
MappingMode | MappingMode | Read/Write | Gets or sets how the element is mapped. |
ReferenceMode | ReferenceMode | Read/Write | Gets or sets how the element is referenced. |
Indices | IArrayList<int> | Read | Gets the indices data |
Methods
| Signature | Description |
|---|---|
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. |