|
|
|
|
|
by gcr
67 days ago
|
|
OpenSCAD is all triangles and vertices. Fillets are difficult to do. Outputting circles/spheres generally requires you to for-loop over vertices a lot. Libraries like build123d and cadquery use OpenCASCADE, a boundary representation kernel. You think in terms of the enclosed solid and perform operations - boolean add/subtract, fillet/chamfer, stamp text, etc - that return a new solid. |
|
https://en.wikibooks.org/w/index.php?title=OpenSCAD_User_Man...