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.
leon_poot ✭✭✭
Reactions
-
Re: FeatureScript: Query imported geometry
Thanks again! The combination of setAttributes and qAttributeQuery seems to do the trick for me. I figured it out somewhat clumsily, I'll have a look at the sheet metal examples and see what there is… (View Post)1 -
Re: Can a Part be moved to another Part Studio?
Agreed, would be quite useful. Like you can merge different versions of a document, all new features are just added then... You can merge one or several contexts (i.e. Part Studio build() functions)… (View Post)2 -
Re: Error when calling opSplitPart, CANNOT_RESOLVE_ENTITIES
You'll need to query the plane for "tool", not the variable. opSplitPart(context, id + "splitPart1", { "targets" : qEntityFilter(qOwnerBody(face),EntityType.BODY), "… (View Post)6 -
Re: Error when calling opSplitPart, CANNOT_RESOLVE_ENTITIES
This would my for-loop: for (var i = 1; i < numLam; i += 1) { var splitPlane = opPlane(context, id + ("plane" ~ i), { "plane" : plane(tanPlane.origin + vector(i * lamWidth * mi… (View Post)6 -
Re: hide sketches created by FS
Hiding the Feature would hide the sketches in it, but if you never wish to see them again: use opDeleteBodies on the sketch created in your FS. Edit: never mind, didn't see Ilya's comment there. (View Post)1