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.
Caden_Armstrong PRO
Reactions
-
Re: Querying specific line created by opExtrude
There are a bunch of ways you can do it, I made two samples here: https://cad.onshape.com/documents/85be75441cf77861048e7f88/w/6f8e22e0be83a0803a9c10d6/e/d2ba80b4666075f4b8967f9c You can use the sele… (View Post)1 -
Re: Setting Custom Properties using Workspace Properties
I believe the get/set property featurescript function only works on parts specifically. Workspace, Partstudio, document (etc) properties are not accessible. Sounds like something that you'll need to … (View Post)1 -
Re: Improvements to Onshape - August 29th, 2024
Good stuff is always tucked in the changelog notes. New qInFrontOfPlane is nice. (View Post)4 -
Re: Querying and extruding rectangles
You can use the filter inner loops to get the whole region and the outer area and subtract to get the inner area. var outerRegion = qSketchRegion(id +"sketch1", true); // extrude this at on… (View Post)2 -
Re: Featurescript - in a sketch how to determine if point is on a face
Have you done addDebugPoint and addDebugEntity to see if the point you are checking really is on the target face? You can also sanity check with evDistance and see if the distance is zero. (View Post)1