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.
kevin_o_toole_1 
Reactions
-
Re: Selecting Derived Sketch
Take a look at the documentation for EntityType and BodyType. In short: Bodies can be 3D, 2D, 1D, even 0D. Sketches create both 1D wire bodies (sketch edges) and 2D sheet bodies (sketch regions). (View Post)1 -
Re: Selecting Derived Sketch
I think the best way to do this is to use a feature input, and a utility function that gets a query for the entities in a feature list. Here's an example: annotation { "Feature Type Name" :… (View Post)1 -
Re: Add tooltip to feature
In the source code for hole, on line 224, you'll see the secret sauce: throw regenError(ErrorStringEnum.HOLE_NO_POINTS, ["locations"]); This aborts the feature with an error, puts one param… (View Post)2 -
Re: I'm new in OnShape Script. I need to get ALL vertices in MESH DATA
Hi and welcome to Onshape! There's no direct way in FeatureScript to do what you're asking. Onshape has ways of referencing individual vertices, but no way to programmatically use all vertices in a f… (View Post)1 -
Re: Organic Surface?
By the way, other than the manipulator arrows themselves, FS features don't have any "early feedback". That is, the feature will not return anything until it's finished, so even if the loft… (View Post)1