UVMappingByData#

class ansys.speos.core.generic.parameters.UVMappingByData#

Store mapping data when using custom mapping.

Final data is stored on Face object.

Overview#

vertices_data_index

Index of the vertex data used for custom mapping.

repeat_v

Whether mapping repeats along the V direction.

repeat_u

Whether mapping repeats along the U direction.

Import detail#

from ansys.speos.core.generic.parameters import UVMappingByData

Attribute detail#

UVMappingByData.vertices_data_index: int#

Index of the vertex data used for custom mapping.

UVMappingByData.repeat_v: bool | None = None#

Whether mapping repeats along the V direction.

UVMappingByData.repeat_u: bool | None = None#

Whether mapping repeats along the U direction.