create_element_uv method
create_element_uv(self, uv_mapping)
Creates a VertexElementUV with given texture mapping type.
Returns
Created element uv
def create_element_uv(self, uv_mapping):
    ...
| Parameter | Type | Description | 
|---|---|---|
| uv_mapping | TextureMapping | Which texture mapping type to create | 
create_element_uv(self, uv_mapping, mapping_mode, reference_mode)
Creates a VertexElementUV with given texture mapping type.
Returns
Created element uv
def create_element_uv(self, uv_mapping, mapping_mode, reference_mode):
    ...
| Parameter | Type | Description | 
|---|---|---|
| uv_mapping | TextureMapping | Which texture mapping type to create | 
| mapping_mode | MappingMode | Default mapping mode | 
| reference_mode | ReferenceMode | Default reference mode | 
See Also
- module 
aspose.threed.entities - class 
Mesh - class 
VertexElementUV