open3d.geometry.crop_triangle_mesh¶
-
open3d.geometry.
crop_triangle_mesh
(input, min_bound, max_bound)¶ Function to crop input triangle mesh into output triangle mesh
- Parameters
input (open3d.geometry.TriangleMesh) – The input triangle mesh.
min_bound (numpy.ndarray[float64[3, 1]]) – Minimum bound for vertex coordinate.
max_bound (numpy.ndarray[float64[3, 1]]) – Maximum bound for vertex coordinate.
- Returns
open3d.geometry.TriangleMesh