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):
    ...
ParameterTypeDescription
uv_mappingaspose.threed.entities.TextureMappingWhich 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):
    ...
ParameterTypeDescription
uv_mappingaspose.threed.entities.TextureMappingWhich texture mapping type to create
mapping_modeaspose.threed.entities.MappingModeDefault mapping mode
reference_modeaspose.threed.entities.ReferenceModeDefault reference mode

See Also