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.
NeilCooke 
Reactions
-
Re: Overriding 'Expected Query' when running an imported feature within another
Remember that id is an array, not a string. ANY_ID ( = "*" ) is useful if the middle id array element is variable, such as id + ANY_ID + "plane" (View Post)1 -
Re: Dimensioning question
Are the lines you are trying to dimension in the active sketch? Are they blue or grey? (View Post)1 -
Re: Dimensioning question
That means you trying to dimension a different sketch. Right-click the sketch and select edit sketch first. (View Post)1 -
Re: IM DONE
Interested to know what "top end design programs" you are referring to? (View Post)8 -
Useful Sketch Arc Midpoint Function
In case anybody needs one... skArc requires start, mid, and endpoint to create a sketch arc. function getArcMidpoint(center is Vector, start is Vector, end is Vector) returns Vector { // need to conv… (View Post)2