Vertex

Overview

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

Vertex.ReadVector3(field) reads a 3‑component vector from the specified vertex field, enabling extraction of position data.

This class provides 9 methods for working with Vertex objects in .NET programs. Available methods include: CompareTo, ReadDouble, ReadFVector2, ReadFVector3, ReadFVector4, ReadFloat, ReadVector2, ReadVector3, ReadVector4. All public members are accessible to any .NET application after installing the Aspose.3D FOSS for .NET package.

Methods

SignatureDescription
CompareTo(other: Vertex)Compares this vertex with another vertex for sorting order
ReadVector4(field: VertexField)Reads a double-precision Vector4 from the specified vertex field
ReadFVector4(field: VertexField)Reads a single-precision Vector4 from the specified vertex field
ReadVector3(field: VertexField)Reads a 3‑component vector from the specified vertex field, enabling extraction of position data
ReadFVector3(field: VertexField)Reads a single-precision Vector3 from the specified vertex field
ReadVector2(field: VertexField)Reads a double-precision Vector2 from the specified vertex field
ReadFVector2(field: VertexField)Reads a single-precision Vector2 from the specified vertex field
ReadDouble(field: VertexField)Reads a double value from the specified vertex field
ReadFloat(field: VertexField)Reads a float value from the specified vertex field

See Also