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
-
Re: Tips on Avoiding Slow Regeneration Times During Sketches?!
Linear pattern and circular patten features tend to be more performant and robust than their sketch counterparts. Large amounts of sketch entities can be especially bad for performance since Onshape … (View Post)4 -
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















