VertexElementNormal

VertexElementNormal

Overview

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

VertexElementNormal.VertexElementNormal(mappingMode, referenceMode) creates a new VertexElementNormal using the given mapping and reference modes.

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

Properties

NameTypeAccessDescription
NormalsList<Vector4>ReadGets the normals.
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
VertexElementNormal()Creates a new VertexElementNormal using the given mapping and reference modes
VertexElementNormal(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