Y
Hacker News
new
|
ask
|
show
|
jobs
by
dymk
148 days ago
Breaks down for complex parts with lots of repeated operations, suffers from floating point rounding errors. No constraint solver.
1 comments
WillAdams
148 days ago
Usually when one needs constraints one can code it up as a recursive function.
link
dymk
147 days ago
That’s certainly not the case for most situations where a constraint solver is useful
link
WillAdams
147 days ago
Worked for the one time I needed it, and it seems to be a frequently used technique for folks using OpenSCAD.
Curious if something different could be achieved using Python....
link