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.
Generate sketch from part
fma
Member Posts: 87 ✭✭
Hi,
Is there a way to generate a sketch from a part, by defining a custom cut or projection plane?
Is there a way to generate a sketch from a part, by defining a custom cut or projection plane?
0
Best Answers
-
bruce_williams Member, Developers Posts: 842 EDUThe 'Intersection' command does this. It is under the 'Use' command icon. Choose part(s) and the intersection of part(s) and sketch plane is created.
Another way to make relational sketch entities is to use the 'Offset' command. It is not necessary to first convert with the 'Use' command when the goal is offset curves.www.accuratepattern.com5 -
mahir Member, Developers Posts: 1,307 ✭✭✭✭✭It's hokey, but a work around for that is to split the part with the sketch plane, use an intersect within a sketch on the resulting cut surface, then use a boolean to reunite the separate bodies.
https://cad.onshape.com/documents/57acdfaae4b005c413ed9b6f/w/3fd585a46d3af1b3ba413c53/e/c3b358533cdb341de5650652
5
Answers
Another way to make relational sketch entities is to use the 'Offset' command. It is not necessary to first convert with the 'Use' command when the goal is offset curves.
More, if you change the sketch plane, all is gone.
In fact, the Section View is close to what I'm looking for, but I didn't find a way to generate the sketch of the intersection... Is it possible? If not, it would be great to implement it (and not too difficult, I think)...
https://cad.onshape.com/documents/57acdfaae4b005c413ed9b6f/w/3fd585a46d3af1b3ba413c53/e/c3b358533cdb341de5650652
Is it possible to make such operations automatically using FeatureScript? I didn't dig yet into this powerfull feature...