VertexElementUV
Overview
VertexElementUV is a class in Aspose.3d for Python.
Inherits from: VertexElementFVector.
VertexElementUV stores texture‑mapping coordinates and provides a texture_mapping() method to access the associated TextureMapping object.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
texture_mapping | 'TextureMapping' | Read | Gets or sets the TextureMapping associated with this UV element |
Methods
| Signature | Description |
|---|---|
__init__(texture_mapping: 'TextureMapping', name: str, mapping_mode: 'MappingMode', reference_mode: 'ReferenceMode') | |
add_data(data) | Adds the supplied UV data to the vertex element |