concepts.math.cad.mesh_utils.open3d_mesh_to_trimesh#

open3d_mesh_to_trimesh(open3d_mesh)[source]#

Convert an Open3D mesh to a Trimesh mesh.

Parameters:

open3d_mesh (open3d.geometry.TriangleMesh) – the Open3D mesh to convert.

Returns:

A Trimesh mesh.

Return type:

trimesh.Trimesh