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: Mate Connectors in sketches
can hardly understand what is the reason for origin point in assembly, because you can't actually do anything with it. if there was mate connector in the origin by default it would be much more useful (View Post)6 -
Re: opBoolean FS Question
it possibly means that targets contains the body created by sweep among other. so in this case "targets": qSubtraction( qBodyType(qEverything(EntityType.BODY), BodyType.SOLID), qCreatedBy(i… (View Post)1 -
Re: opBoolean FS Question
sorry, my fault - round brackets for qUnion() and square brackets for argument list qUnion([qCreatedBy(), qBodyType(qEverything(EntityType.BODY), BodyType.SOLID)]) (View Post)1 -
Re: opBoolean FS Question
if you want to boolean with every solid body of part studio then use "targets":qBodyType(qEverything(EntityType.BODY), BodyType.SOLID) (View Post)1 -
Re: translate sketch points
I think Curve generator FS is what you need https://cad.onshape.com/documents/d8aab1e0e7ae10038a6830e0/w/9dfdd631d025960813b8f2df/e/6b31655a7a9d2f16aa0f4cc9 (View Post)1