Show HN: Physics-based CAD
prandtl.design
Show HN: Physics-based CAD
1–10 of 28 posts
Re: Show HN: Physics-based CAD
#2Re: Show HN: Physics-based CAD
#3I managed to break the tool by inputting some infeasible inputs and then changing them again several times, and then refreshing the page.
Re: Show HN: Physics-based CAD
#4Re: Show HN: Physics-based CAD
#5Re: Show HN: Physics-based CAD
#6What solver are you using? Is it solved server side?
Re: Show HN: Physics-based CAD
#7Is this somehow different? Please explain
Re: Show HN: Physics-based CAD
#8That page is broken
Re: Show HN: Physics-based CAD
#9It's called parametric modelling, and many CAD software use a parametric kernel (solver). https://en.wikipedia.org/wiki/Computer-aided_design Is this somehow different? Please explain
There's definitely ways to make this sort of model in something like Solidworks through the use of a variables interface that interacts with the drawing dimensions. Though it can't do any sort of fast optimization with the physics relations. What's happening here is a guaranteed global optimal design is being returned for a given set of inputs and objectives in a few seconds.
Re: Show HN: Physics-based CAD
#10Cool, I think more applications should be using solvers like this. What solver are you using? Is it solved server side?
Packages here: https://github.com/lochieferrier/gpkitjs and here: https://github.com/hoburg/gpkit
Geometric programs are super cool.