Open3D icon indicating copy to clipboard operation
Open3D copied to clipboard

o3d.io.read_triangle_mesh_from_bytes

Open Folling opened this issue 7 months ago • 0 comments

Checklist

Proposed new feature or change

There is an o3d.io.read_point_cloud_from_bytes, but no pendant for triangle meshes.

The usecase here is an HTTP server, taking STL files as an input. At the moment one has to write a temporary file, then pass that path to open3d.

References

https://www.open3d.org/docs/latest/python_api/open3d.io.read_point_cloud_from_bytes.html

Trimesh supports to load from BytesIO: https://trimesh.org/trimesh.exchange.load.html#trimesh.exchange.load.load

Additional information

No response

Folling avatar May 03 '25 08:05 Folling