VertexElementUV

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

NameTypeAccessDescription
texture_mapping'TextureMapping'ReadGets or sets the texture mapping mode for the UV element
_texture_mapping``Read

Methods

SignatureDescription
__init__(texture_mapping: 'TextureMapping', name: str, mapping_mode: 'MappingMode', reference_mode: 'ReferenceMode')
add_data(data)Adds UV coordinate data to the vertex element

See Also