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.
adamohern PRO
I design things, I teach other people to design things, and I design tools that help people design things.
Reactions
-
query bodies created by boolean?
If a boolean subtract splits one body in two, how can I query those bodies to delete one of them? (View Post)1 -
Why can't we use + to concatenate strings?
It took quite a while to figure out that tilde (~) is used for string concatenation in FS. I'm sure there's a good reason why you chose to use a special operator, but I wonder what that might be, and… (View Post)1 -
opSplit with evFaceTangentPlane... or anything, really
I'm having trouble getting opSplit to work. My ultimate goal is to create something similar to the "cut with surface" tool in SolidWorks, where I can lop off a chunk of material in one oper… (View Post)1 -
Re: 14.5deg spur gear FS?
Exactly what I needed. Thanks! (View Post)2 -
a simpler way to define length parameter defaults
export const US_THICKNESS_BOUNDS = { "min" : -TOLERANCE.zeroLength * meter, "max" : 500 * meter, (meter) : [1e-5, .01905, 500], (centimeter) : 1.905, (millimeter) : 19.05, (inch) … (View Post)2