VertexElementUV
Overview
VertexElementUV is a class in Aspose.3D FOSS for Python.
Inherits from: VertexElementFVector.
VertexElementUV.texture_mapping gets or sets the texture mapping mode for the UV element.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
texture_mapping | 'TextureMapping' | Read | Gets or sets the texture mapping mode for the UV element |
_texture_mapping | `` | Read |
Methods
| Signature | Description |
|---|---|
__init__(texture_mapping: 'TextureMapping', name: str, mapping_mode: 'MappingMode', reference_mode: 'ReferenceMode') | |
add_data(data) | Adds UV coordinate data to the vertex element |