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.
Best Of
Re: It is possible to change the measurement unit in the drawing from mm to cm
thanks for the reply, but there are no cm, m, etc.
Re: It is possible to change the measurement unit in the drawing from mm to cm
Hi Valentino
Yes, thats possible. On the right side of the screen just like shown in the picture below:
Re: Boolean Boss Battle
Hi Erik,
In general, try and avoid the fillets being there already when thickening. when the thicken becomes self intersecting, it will create errors.
Shell CAN also run into these issues, but a little less likely.
I think your approach of adding/subtracting could also have worked if you'd have applied the fillet afterwards.
In building the positive and negative tools including the fillets to unite later, tolerance errors may creep into the fillets that will create problems in the unite/subract operation.downstream. Onshape is more robust handling these things than legacy CAD, but it's still not the best approach.
Re: Boolean operation results in non-manifold body
to simplify: this error often comes up when parts are just touching (sometime tangentially).
The underlying model will have difficulty deciding what's in and out after uniting. This leads to errors as the models become more complicated and underlying CAD tolerances stack up. so what will work in simple geometry, may not with more complicated models.
so make sure there's a gap or a decent interference before uniting… A small 0.1mm move face feature before a unite is not a pretty way, but it works. .
Re: Best way to place a construction line from offset of circle centre to circumference?
The slot tool is convenient, but you can also just sketch some lines and arcs with the right parallel and tangent constraints and get the same result. There are so many different ways to sketch this.

Re: How to export curved planar surfaces of model as DXF files for plasma cutting?
Thanks to the whole Onshape team for the new analysis tool.
I have been waiting for this for years.
I did not need such a powerful tool, something simpler would have made me happy and your great community. But I understand your actual professional compromises.
Re: qCreatedBy(sketch_id, EntityType.EDGE) returns more edges than I drew
Since you are talking about edges I'll assume you've used qCreatedBy(sketch_id, EntityType.EDGE)
. Sketch creates wire bodies corresponding to sketch curves, but also sheet bodies imprinted on plane (only if there are closed regions). You can use qCreatedBy(sketch_id, EntityType.EDGE)→qBodyType(BodyType.WIRE) to get only wire edges.
