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 | aspose.threed.entities.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 | aspose.threed.entities.TextureMapping | Which texture mapping type to create | 
| mapping_mode | aspose.threed.entities.MappingMode | Default mapping mode | 
| reference_mode | aspose.threed.entities.ReferenceMode | Default reference mode | 
See Also
- module aspose.threed.entities
- class Shape
- class VertexElementUV