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: How to I evaluate a query and store one of the resulting entities?
something like this - define an empty list and append it with newly calculated values in the loop var cylList=[]; // Loop through the cylindrical faces for (var cyl in evaluateQuery(context, cyls)) {… (View Post)1 -
Re: creating a barrel cam
try this, you need Sketch wrapper FS with "use path" checkbox if you using a smooth law of motion https://cad.onshape.com/documents/0bb13c1b6ed6d4a6dd75cf99/w/b4493d47a45c27ce485c84b9/e/c80… (View Post)6 -
Re: Controlling extrusions from sketches / building a 3D solid solely through sketches
i think if we talking about mechanical CAD the answer is YES. though if we had 3d sketches in OS some shapes (like tetrahedron and etc) would be more convinient to make directly pulling minimum conv… (View Post)1 -
Re: Extrude at an angle
hi, try Loft between these sections (View Post)1 -
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