|
[Sponsors] |
September 10, 2022, 19:41 |
Automated STL Remeshing?
|
#1 |
New Member
Maurice
Join Date: Sep 2022
Posts: 1
Rep Power: 0 |
I'm working on a project that receives numerous STL files as multi-part objects (example attached). I'm having trouble finding a way to automate re-meshing of these objects so that they are optimised for 3D printing (e.g. no internal geometry).
Does anyone have any suggestions for how I can achieve this on a local machine with scripting (which will help with automation)? |
|
September 12, 2022, 05:12 |
|
#2 |
Senior Member
M
Join Date: Dec 2017
Posts: 703
Rep Power: 13 |
I think you need a CAD kernel to do this, as the single entities do not share any points. E.g. in freecad, import the files, create parts (solids) from the files, then perform a boolean operation to add them up and then export the result to stl again. This can all be scripted and freecad runs just fine without gui open.
Hope this helps. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[CAD formats] Remeshing STL files, Mac Os compatible software | Miguel Hernandez | OpenFOAM Meshing & Mesh Conversion | 7 | May 3, 2023 07:59 |
[mesh manipulation] How to split stl file? | sunagra27 | OpenFOAM Meshing & Mesh Conversion | 5 | March 18, 2021 12:00 |
[CAD formats] Creating waterproof STL using snappyHexMesh or salome | Tobi | OpenFOAM Meshing & Mesh Conversion | 58 | May 13, 2020 07:01 |
[ICEM] STL file! How is it useful? | bidi | ANSYS Meshing & Geometry | 0 | December 26, 2016 22:33 |
[snappyHexMesh] Experimentally obtained STL file for internal Flow SnappyHexMesh | Irish09 | OpenFOAM Meshing & Mesh Conversion | 9 | April 7, 2012 09:50 |