open3d.geometry.compute_mesh_convex_hull

open3d.geometry.compute_mesh_convex_hull(input)

Computes the convex hull of the triangle mesh.

Parameters

input (open3d.geometry.TriangleMesh) – The input triangle mesh.

Returns

open3d.geometry.TriangleMesh