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.
konstantin_shiriazdanov ✭✭✭✭✭
Reactions
-
Re: Using a closed loop sketch as path for opSweep
I think it is because closed sketch creates multiple coinciding edges. Try this: "path" : qCreatedBy(id + "path1", EntityType.BODY)-> qBodyType(BodyType.WIRE)->qOwnedByBody(… (View Post)1 -
Mirror of sheet metal part
I noticed that I can't make a mirror of sheet metal part, is it not yet implemented? (View Post)1 -
Re: querying faces made by opBoolean
Say if you have face created by opExtrude(context, extrudeId, ...) after it is created you can start trackingvar capFacesTracking = startTracking(context, qCapEntity(...));then you performing operati… (View Post)1 -
Re: querying faces made by opBoolean
Tracking queries through boolean can be pretty tricky. You generally need to use makeRobustQuery(), if its a query like cap entity in boolean union operation. But if its subtracting you can either us… (View Post)1 -
Re: How do I get the vertices at the corners of a planar face?
for verteces of the face of the body you can use qVertexAdjacent(face, EntityType.VERTEX) (View Post)6