concepts.math.cad.mesh_utils#

Functions

mesh_line_intersect(t_mesh, ray_origin, ...)

Intersects a ray with a mesh.

np2open3d_pcd(points[, colors])

Generate an Open3D point cloud from numpy arrays.

open3d_mesh_to_trimesh(open3d_mesh)

Convert an Open3D mesh to a Trimesh mesh.

open3d_pcd_to_trimesh_pcd(o3d_pcd)

render_open3d_mesh(obj[, width, height, ...])

set_open3d_mesh_camera(vis[, look_at, ...])

Set the camera of an Open3D mesh.

trimesh_to_open3d_mesh(trimesh_mesh)

Convert a Trimesh mesh to an Open3D mesh.