-
Notifications
You must be signed in to change notification settings - Fork 391
Closed
Labels
Description
This is not an issue but information. I thought it would be of interest to the community so I put it here. So I made the same model (like #180 (comment) but more complex and with ~4000 parts in total) with CREO 5, Openscad and Cadquery. Here is the comparison:
| Item | CREO 5 | Openscad 5.2019 | CadQuery 2.0 |
|---|---|---|---|
| STL File size | 462 MB | 250 MB | 341 MB |
| Render time | <1 min | ~24 h | 167 min |
| Holes | 0 | 25516 | 4 |
| Shells | 206 | 4315 | 1 |
CadQuery produced the best quality STL in a still reasonable time for practical use. Of course to compare with CREO does not make much sense since CREO has no python capability.
The only real issue was #179 (comment), which prevented holes from being made at predefined coordinates. Overall CadQuery is a really awesome piece of work! I will be happy to contribute more usefully once I am more familiar with pythonOCC.
tanius, ernierasta and gfauredev