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.
kevin_o_toole_1 
Reactions
-
Re: area of each face
If a query refers to multiple entities in the current context (e.g. faceQuery referring to 6 faces of a cuboid), you can iterate through all the entities it refers to by calling evaluateQuery. evaula… (View Post)7 -
Re: face of the bounding box
A bounding box is evaluated based on the entities you pass in. You can pass a query for any set of entities as the entities of evBoundingBox. Once you have a bounding box (represented as a minCorner … (View Post)1 -
Re: array parameter - how to use
Documentation for array parameters is here. Examples of array parameters used in Onshape standard features include fill, loft, and (variable radius) fillet. The code for them can be found in our stan… (View Post)6 -
Re: get name of feature
Unfortunately no. Our view is that changing the feature name should not cause a regeneration of the feature, and therefore feature functionality cannot depend on the feature name. You can, however, g… (View Post)1 -
Re: Selection-Driven Array Parameter?
Try out the fill feature and the loft feature to get an idea of what the experience is like. A selection-driven array parameter is designed to feel like a single query parameter, but with options for… (View Post)2