Onshape – Product Development Platform
onshape.com
Onshape – Product Development Platform
1–10 of 13 posts
Re: Onshape – Product Development Platform
#2Me personally I don't care, I'm not making anything I'm going to sell, but you should be aware if you are
Re: Onshape – Product Development Platform
#3One word of warning about onshape. If you're not paying their subscription prices (i.e. using the free personal license) the retain all rights to anything you make on their platform. Me personally I don't care, I'm not making anything I'm going to sell, but you should be aware if you are
> 7.2.2 For any Public Document owned by a Free Plan User created on or after August 7, 2018, or any Public Document created prior to that date without a LICENSE tab, Customer grants a worldwide, royalty-free and non-exclusive license to any End User or third party accessing the Public Document to use the intellectual property contained in Customer’s Public Document without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Document, and to permit persons to whom the Document is made available to do the same.
[0]: https://www.onshape.com/en/legal/terms-of-use
Perhaps more importantly, the Free License doesn't allow for any commercial use. If you are designing something for commercial use, then you can, should, and are obligated to, upgrade to a paid license.
Re: Onshape – Product Development Platform
#4Re: Onshape – Product Development Platform
#5One word of warning about onshape. If you're not paying their subscription prices (i.e. using the free personal license) the retain all rights to anything you make on their platform. Me personally I don't care, I'm not making anything I'm going to sell, but you should be aware if you are
Re: Onshape – Product Development Platform
#6It is a great platform but I can't make it work with my 3DConnexion SpaceMouse (various browsers on MacOS) so I have to use Autodesk Fusion. Which is a shame because certain quality of life features like selections are working much better on OnShape and you also have git style branches as well in the free version! They also have an iPad app! Highly recommended
Slim chance you didn’t already try, but I thought to point this out just in case.
Re: Onshape – Product Development Platform
#7Workflow in a nutshell:
- Start a sketch on a plane, use toolbar circle, draw, type dimensions, close sketch.
- Click the rectangle you made and use toolbar extrude.
- Click the resulting object (bottom left) and export as STL / 3MF file.
It is parametric design:
- Discover your oops. Go back to sketch or extrude, edit dimension, entire design updates by magic.
- Dimensions can be changed into a quickly editable #variablesYouName by typing # basically.
Documentation is short and to the point. Same for most videos that explain how to accomplish something specific. Love it.
Re: Onshape – Product Development Platform
#8Their licensing kerfuffle was a bit more subdued than Autdesk's on-going slow motion crash (maybe AD has finally come to a rest) --- as noted elsethread, all documents on a free account are public.
The opensource alternatives are a wide-ranging lot:
- BRL CAD --- intensely old-school, it is one of the oldest opensource codebases
- FreeCAD --- exactly what it says on the tin, the recent fixes and UI updates have put it back on the radar for a lot of folks
- Solvespace --- small/light-weight and nimble (a single downloadable executable on Windows last I checked) it has a UI which I never found comfortable
- Dune 3D --- the new kid on the block, it has a remarkably polished UI (it's the only interactive CAD program whose tutorial I made it through more-or-less successfully) --- it's had a number of previous discussions here:
https://news.ycombinator.com/item?id=37979758
https://news.ycombinator.com/item?id=40228068
https://news.ycombinator.com/item?id=40228257
https://news.ycombinator.com/item?id=41975958
Or, of course, one can just code a design using OpenSCAD (and for the Python folks there's https://pythonscad.org/ and so forth).
Re: Onshape – Product Development Platform
#9One word of warning about onshape. If you're not paying their subscription prices (i.e. using the free personal license) the retain all rights to anything you make on their platform. Me personally I don't care, I'm not making anything I'm going to sell, but you should be aware if you are
The sales rep called me and seemed miffed when I said we're not an engineering firm, and we do not need CAD for our line of business. Sorry buddy, but my use case is for a commercial purpose (not for sale but it is designed for and would be used by a business...) so I can't really sign up for the free hobbyist license that explicitly prohibits commercial use and fails to clarify exactly what that means.
Re: Onshape – Product Development Platform
#10For folks who are curious, the product in question here is physical objects and Onshape is a CAD program. Their licensing kerfuffle was a bit more subdued than Autdesk's on-going slow motion crash (maybe AD has finally come to a rest) --- as noted elsethread, all documents on a free account are public. The opensource alternatives are a wide-ranging lot: - BRL CAD --- intensely old-school, it is one of the oldest open…