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
| Name | Type | Access | Description |
|---|---|---|---|
data_type | 'VertexFieldDataType' | Read | Gets the data type. |
semantic | 'VertexFieldSemantic' | Read | Gets the semantic. |
alias | str | Read | Gets the alias. |
index | int | Read | Gets the index. |
offset | int | Read | Gets the offset. |
size | int | Read | Gets the size. |
Methods
| Signature | Description |
|---|---|
compare_to(other: 'VertexField') → int | Not implemented in the FOSS edition — throws at runtime. Returns an integer indicating the ordering of two VertexField instances based on their semantic and index |