VertexElementIntsTemplate

VertexElementIntsTemplate

Overview

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

A helper class for defining concrete implementations.

This class provides 6 methods for working with VertexElementIntsTemplate objects in .NET programs. Available methods include: Clear, CopyTo, SetData, SetIndices, ToString, VertexElementIntsTemplate. 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<int>ReadGets 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
VertexElementIntsTemplate()
VertexElementIntsTemplate(mappingMode: MappingMode, referenceMode: ReferenceMode)
CopyTo(target: VertexElementIntsTemplate)Copies data to specified element
SetData(data: int[])Sets the data
Clear()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