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: 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 -
Re: Boolean Subtraction in a for loop
It's hard to tell what exactly is going on since you've opted to paste your entire code (instead of, say, linking to your feature studio), but I think your issue might be that you're trying to use qC… (View Post)3 -
Re: Ask and Ye Shall Receive - Second FeatureScript User Group meeting
I would love to present my FeatureScript plate suite to the onshape community. I also have some other FeatureScripts I could present, but I don't want to take up too much time all by myself :wink: (View Post)4 -
Re: Edge length of evaluated face?
If you have a query for the edge you want, you can use evLength to get the length of said edge. In your case, you can probably pass the curve created using opCreateCurvesOnFace into evLength using a … (View Post)1 -
Re: Accurate chain generator FS!
Looks nice! I personally spend a lot of time staring at FeatureScripts, so here's some things that I think might be worth modifying/implementing: 1. Use sentence case for all UI (i.e. Linear pattern … (View Post)5