Welcome to the Onshape forum! Ask questions and join in the discussions about everything Onshape.
First time visiting? Here are some places to start:- Looking for a certain topic? Check out the categories filter or use Search (upper right).
- Need support? Ask a question to our Community Support category.
- Please submit support tickets for bugs but you can request improvements in the Product Feedback category.
- Be respectful, on topic and if you see a problem, Flag it.
If you would like to contact our Community Manager personally, feel free to send a private message or an email.
paul_chastell 
I've spent my career developing mechanical design software with the goal of making it better, easier and more accessible.
Reactions
-
Re: Import a number of external 3D parts (stp) at the same time.
There's no way to do this through Onshape's UI. You would need to use the API (via a local python script for example) to read a CSV file, import/translate and insert/transform. For each line: 1. Impo… (View Post)1 -
Re: Can someone make / Teach me how to make this simple script?
They are two different things that behave differently. opBoolean is an operation, they are atomic functionality, effectively the building blocks from which features are made. booleanBodies is a featu… (View Post)7 -
Re: Script for generating spheres (fSphere)
I would suggest you use opSphere, which is the operation, not fSphere. This also has in-context documentation and an example which shows how to pass the values: opSphere(context, id, { "radius&q… (View Post)1 -
Re: Rollback bar thoughts
@owen_sparks. Good news. I believe we already do the nagging you want for the rollback bar, its one of the things that a company admin can enforce, as well as not releasing parts/assemblies with erro… (View Post)1 -
Re: Magnitude of value with units
I would suggest you divide by the unit you are interested in, and ignore the internal representation. If you have a length and what to know how many meters it is then you can do "var lengthInMet… (View Post)2