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.
Alex_Kempen EDU
Reactions
-
New FeatureScript - World Revolve
Hello all, Something I've always wanted to see added to the revolve feature is the ability to easily use a world axis to define the axis of a revolve. Since Onshape doesn't support datum axes by defa… (View Post)7 -
Re: Question about mate features in Onshape
Assuming you've set up everything properly, your model should behave as you expect. I would recommend taking a look at the following video, and trying to apply its recommendations to your own model. … (View Post)2 -
Re: vertex coordinates
Yeah, pretty much. I freehand the code, so watch out for spelling mistakes and the like, but it seems like you’re pointed in the right direction. Feel free to compare my code with the documentation t… (View Post)1 -
Re: vertex coordinates
You can transform a sketch to a point using the following code: const mySketch = newSketchOnPlane(context, id + "mySketch", { "value" : XY_PLANE }); // add sketch points skSolve(m… (View Post)1 -
Re: vertex coordinates
The following code: const vertex = evVertexPoint(context, { "vertex" : definition.myQuery }); println(vertex); Will print the coordinates to the console (accessible via the {✓} icon in the … (View Post)1