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.
Jake_Rosenfeld 
Reactions
-
Re: Extrude with form oblique on the sites only
@Kai_himself In the screenshot you've provided, you appear to be editing a 'Variable' feature: https://cad.onshape.com/help/Content/variable.htm In my example, I made a variable called 'draftAngle', … (View Post)1 -
Re: Extrusions on Parts studio item do not stay located when the item is inserted into an asssembly.
Also, you may enjoy this course: https://learn.onshape.com/courses/fundamentals-multi-part-part-studios A lot of the parts in your Document look like they are geometrically related, and could be easi… (View Post)1 -
Re: Multiple Sheet Metal Models in one Part Studio
@phil_joyce Your 'Sheet metal model 1' deletes the part that you are trying to reference in 'Sheet metal model 2'. If you check 'Keep input parts' in 'Sheet metal model 1', 'Sheet metal model 2' will… (View Post)6 -
Re: Is it possible to check if a point(x,y,z) is on a surface or in free space?
When you say 'Surface', do you mean a Query for a face? If so you can use evDistance(). If the distance returned is less than 'TOLERANCE.zeroLength', than the point and face are touching. If you use … (View Post)1 -
Re: Is it possible to check if a point(x,y,z) is on a surface or in free space?
const distanceResult = evDistance(context, {"side0" : someFace, "extendSide0" : true, "side1" : somePoint}); if (distanceResult.distance < TOLERANCE.zeroLength) { // … (View Post)1























