VertexField

Overview

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

Vertex’s field memory layout description.

This class declares 1 method for VertexField objects in Python programs. Available methods include: compare_to. All public members are accessible to any Python application after installing the Aspose.3D FOSS for Python package. Properties: alias, data_type, index, offset, semantic, size.

Properties

NameTypeAccessDescription
data_type'VertexFieldDataType'ReadGets the data type.
semantic'VertexFieldSemantic'ReadGets the semantic.
aliasstrReadGets the alias.
indexintReadGets the index.
offsetintReadGets the offset.
sizeintReadGets the size.

Methods

SignatureDescription
compare_to(other: 'VertexField')intNot implemented in the FOSS edition — throws at runtime. Returns an integer indicating the ordering of two VertexField instances based on their semantic and index

See Also