How to create a sketch from the intersect of 2 3D solid?
Comments
-
For 3D solids with flat faces in an orthogonal model the _Boundary command can be used (align the UCS with the correct face first). In other cases you will have to use _Subtract and then __GenerateBoundary.
0 -
I see. Thanks!
But I have to subtract the cube with the sphere first. Is there a non-destructive way to do that?
0 -
Alternative would be to use the _Interfere command:
- Make sure boundary detection is on.
- Start the _Interfere command, for the first set select the box, and for the second set the sphere.
- Hover over the correct face, boundary detection should find the desired outline and choose _GenerateBoundary in the Quad. But you can also first start the command.
- Erase the solid created in step #2.
0 -
I got it. Many Thanks!
0
This discussion has been closed.