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: Sketch could not be solved after Offset Tool
@Tygan
Here is one way of doing it. I don’t know exactly what you want to do — if you want to make a curb or recess around the edge. But at least this is a starting point
Here is one way of doing it. I don’t know exactly what you want to do — if you want to make a curb or recess around the edge. But at least this is a starting point
Re: Sketch could not be solved after Offset Tool
For whatever reason, it really doesn't like offsetting the spline - can the spline be approximated with two tangent arcs in your first sketch?
Re: How do I delete a sketch or a sketch point in FS?
If the sketch was created in FeatureScript then you can delete the sketch but not an individual point using opDeleteBodies and qCreatedBy(id + “sketchname”)
Re: Improvements to Onshape - September 15th, 2020
Lots of cool stuff as usual 
Suggestion - in the same way that 'fixed' parts have an icon, it might be helpful if the mate icon had a variant that indicated whether limits were present in the mate. This would help identify why a mechanism would reach a state where it could no longer move and answer the question, 'is this because the mechanism bound or was a mate limit reached?'. It would also identify those mates that might control the extents of motion of a mechanism.


Suggestion - in the same way that 'fixed' parts have an icon, it might be helpful if the mate icon had a variant that indicated whether limits were present in the mate. This would help identify why a mechanism would reach a state where it could no longer move and answer the question, 'is this because the mechanism bound or was a mate limit reached?'. It would also identify those mates that might control the extents of motion of a mechanism.


5
Re: Enterprise owner's permissions: Override or toggle on and off user's account settings?
No, there is no way to control an individual’s account name and preferences. All I can suggest is to have a quiet word with the perpetrators - you know who they are from their email address.
Re: How do I use the centroid as a vector?
centroid is 3d vector while for sketch point you need 2d, so you need to transform it like that: centroid2d = worldToPlane(skPlane)*centroid
Re: How do I use the centroid as a vector?
is realPlane2 a query or a Plane?
You will need to do evPlane to get the plane object for the plane query.
You will need to do evPlane to get the plane object for the plane query.