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.
konstantin_shiriazdanov ✭✭✭✭✭
Reactions
-
Re: Is there a way to store a dimension in a variable for use elsewhere?
you can use Measure distance FS with perimeter option to set the length of an edge to the variable https://cad.onshape.com/documents/77baa8153589a7fc5f289829/w/cffd0f2a7077380d5378a885/e/d3174bf5315e… (View Post)2 -
Re: create a variable by selecting points / importing variable from derived object
there is a custom feature for this https://cad.onshape.com/documents/77baa8153589a7fc5f289829/w/cffd0f2a7077380d5378a885/e/d3174bf5315e6aafcb889367 you can set some measured value of distance, length… (View Post)2 -
Re: Loft Cylindrical surface onto a cube surface
or use Path FS to turn multi-edge contour into single-edge https://cad.onshape.com/documents/410d6c4bb6f270fd707d6011/w/884ddef6b091c46f3d2bdbfe/e/e1769b1db31d5bd92c59b22d (View Post)1 -
Re: Using entity in calls to functions that expect queries?
you probably want to iterate through a list of queries, so you need <code><code>evaluateQuery(context, adjacentFaces<span>);<br></span>for (var face in adjacentFaces){..… (View Post)6 -
Re: Infill a sketch face with choice of vertical or horizontal lines
i think features like infill some area by some pattern better to create using operations with solids. you fill the rectangular area of the sketch on the face by lines, extrude them like surfaces, thi… (View Post)1