VertexField

Overview

VertexField is a class in Aspose.3D FOSS for .NET. Inherits from: IComparable<VertexField>.

VertexField class lets developers define a vertex field by specifying data type, semantic, index, alias, offset, and size, and provides hashing, equality, and comparison operations.

This class provides 4 methods for working with VertexField objects in .NET programs. Available methods include: CompareTo, Equals, GetHashCode, ToString. All public members are accessible to any .NET application after installing the Aspose.3D FOSS for .NET package. Properties: Alias, DataType, Index, Offset, Semantic, Size.

Properties

NameTypeAccessDescription
DataTypeVertexFieldDataTypeReadGets the data type.
SemanticVertexFieldSemanticReadGets the semantic.
AliasstringReadGets the alias.
IndexintReadGets the index.
OffsetintReadGets the offset.
SizeintReadGets the size.

Methods

SignatureDescription
GetHashCode()Returns a hash code for the vertex field instance
Equals(obj: object?)Checks equality with another object
CompareTo(other: VertexField)Compares this vertex field to another for ordering
ToString()Returns a string representation of the vertex field

See Also

 English