generate_uv method
generate_uv(, mesh)
Generate UV data from the given input mesh
Returns
Generated UV data
@staticmethod
def generate_uv(mesh):
    ...
| Parameter | Type | Description | 
|---|---|---|
| mesh | aspose.threed.entities.Mesh | The input mesh | 
generate_uv(, mesh, normals)
Generate UV data from the given input mesh and specified normal data.
Returns
Generated UV data
@staticmethod
def generate_uv(mesh, normals):
    ...
| Parameter | Type | Description | 
|---|---|---|
| mesh | aspose.threed.entities.Mesh | The input mesh | 
| normals | aspose.threed.entities.VertexElementNormal | The normal data | 
See Also
- module 
aspose.threed.entities - class 
PolygonModifier - class 
VertexElementUV