(no title)
sk2020 | 4 years ago
Personally, I would never consider a web-based software for professional use. An opaque profit model makes me think you’re looting my intellectual property to resell, mining crypto with obfuscated JS or WASM, or you’re snatching up market share to get bought by Google who will just kill the service and leave me hanging.
There’s a lot of room for better software in AEC but CAD is pretty robust and very affordable at this point.
criddell|4 years ago
I agree with you about the web-based criticism though. Working in a browser feels pretty limiting and it's so slow.
buildsjets|4 years ago
jpgleeson|4 years ago
andreseg|4 years ago
Plugging into existing frameworks (like Rhino) is quite easy and can open the door to other realms of optimization/simulation for the designs you are scripting. For instance you could leverage generative design (e.g., https://www.youtube.com/watch?v=-HLRtXSG7fQ) and other software that can be used to evaluate designs according against variety of criteria ranging from structural integrity, to environmental performance, to 3d-printability, etc. If there’s open source frameworks you can plug into, even better.. and if not.. then maybe that’s what’s missing: an easy standard way for various opensource projects to share and edit information.
Programmatically-defined designs make sense to me only if you can easily change parameters to quickly produce, evaluate, and optimize the designs/variations/results. Otherwise - Better to use a GUI that allows for more direct (and less abstracted) expression of designer intent
Similarly open source CAD makes sense if it can be augmented by other open source projects - including sharing and editing data from these various projects
unknown|4 years ago
[deleted]
xor99|4 years ago
mywittyname|4 years ago
I worked on a web-based version of a major player in the industry and the projected ended up getting canned. Ironically, because (I think) they really couldn't figure out a good way to profit from it. A license for the desktop product was like $xx,000, but the ideas tossed around for the web-based version were like $y.00 per minute of instance time (basically like EC2 pricing). Turns out that $y would need to be Very Large to be even remotely profitable.
The product itself was pretty slick though. I was really surprised at how well it performed.
xupybd|4 years ago
It's a little different but essentially it takes data to define geometry and machine operations. We generate that data in code and pass it on to cadcode. Cadcode then passes that on to our NC machines.
GordonS|4 years ago
ahupp|4 years ago
I've seen a lot of enthusiasm for OnShape (a relatively new web-based CAD tool) among professional CAD users, particularly when there's more than a handful of people working on one project.
zokier|4 years ago