VertexElementBinormal

VertexElementBinormal

Overview

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

VertexElementBinormal.VertexElementBinormal() creates a new instance with default mapping and reference modes.

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

Properties

NameTypeAccessDescription
BinormalsList<Vector4>ReadGets the binormals.
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
VertexElementBinormal()Creates an instance using the specified mapping and reference modes
VertexElementBinormal(mappingMode: MappingMode, referenceMode: ReferenceMode)
SetIndices(data: int[])Sets the indices data
Clear()Clears all the data from this vertex element.
ToString()String representation of vertex element.

See Also