You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the Python bindings (version: 2.3.2) and trying to extract individual MeshObject instances from a 3MF file. The 3MF file contains multiple mesh objects within a single build, and my goal is to export each one of them into separate STL files.
Currently, I am manually iterating over each mesh’s vertices and faces using the GetVertex and GetTriangle methods. I was wondering if there is a more direct approach in lib3mf to export an individual MeshObject as an STL file.
Thank you!
The text was updated successfully, but these errors were encountered:
Thank you for the clarification! It would be a very useful feature to have the ability to export individual MeshObject instances directly, without needing any workarounds. I hope this is something planned for future updates, as it would greatly simplify the process.
Hello,
I am using the Python bindings (version: 2.3.2) and trying to extract individual
MeshObject
instances from a 3MF file. The 3MF file contains multiple mesh objects within a single build, and my goal is to export each one of them into separate STL files.Code Example:
Currently, I am manually iterating over each mesh’s vertices and faces using the
GetVertex
andGetTriangle
methods. I was wondering if there is a more direct approach inlib3mf
to export an individualMeshObject
as an STL file.Thank you!
The text was updated successfully, but these errors were encountered: