Vertex

Overview

Vertex is a class in Aspose.3D FOSS for Python.

Vertex reference, used to access the raw vertex in TriMesh.

This class declares 9 methods for Vertex objects in Python programs. Available methods include: compare_to, read_double, read_f_vector2, read_f_vector3, read_f_vector4, read_float, read_vector2, read_vector3, read_vector4. All public members are accessible to any Python application after installing the Aspose.3D FOSS for Python package.

Methods

SignatureDescription
compare_to(other: 'Vertex')intNot implemented in the FOSS edition — throws at runtime. Calls compare_to(other) on this Vertex instance.
read_vector4(field: 'VertexField')'Vector4'Not implemented in the FOSS edition — throws at runtime. Calls read_vector4(field) on this Vertex instance.
read_f_vector4(field: 'VertexField')'FVector4'Not implemented in the FOSS edition — throws at runtime. Calls read_f_vector4(field) on this Vertex instance.
read_vector3(field: 'VertexField')'Vector3'Not implemented in the FOSS edition — throws at runtime. Reads a Vector3 value from the specified vertex field
read_f_vector3(field: 'VertexField')'FVector3'Not implemented in the FOSS edition — throws at runtime. Calls read_f_vector3(field) on this Vertex instance.
read_vector2(field: 'VertexField')'Vector2'Not implemented in the FOSS edition — throws at runtime. Calls read_vector2(field) on this Vertex instance.
read_f_vector2(field: 'VertexField')'FVector2'Not implemented in the FOSS edition — throws at runtime. Calls read_f_vector2(field) on this Vertex instance.
read_double(field: 'VertexField')floatNot implemented in the FOSS edition — throws at runtime. Calls read_double(field) on this Vertex instance.
read_float(field: 'VertexField')floatNot implemented in the FOSS edition — throws at runtime. Calls read_float(field) on this Vertex instance.

See Also