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: FeatureScript name is red
But of course, you are using reportFeatureWarning (try reportFeatureInfo) (View Post)3 -
Re: Help with a revolve please
You need an axis (or mate connector) perpendicular to the yellow face. (View Post)1 -
Re: println units
Units in println are always meters, plus you are multiplying origin (which has length units) by another length to get an area. (View Post)1 -
Re: Is there a built-in way to test if a variable is of a specific type?
https://cad.onshape.com/FsDoc/tokens.html https://cad.onshape.com/FsDoc/type-tags.html (View Post)1 -
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