-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Part Design: Splitting by sketch #51
Comments
You can create a (green) SubShapeBinder to make a face from the sketch and then use it for splitting. With the current release, there is limited way of using the splitted solids, mainly through binder from other body. You can either use the those solid as base feature to create another body. Or use the solid as tool to perform boolean operation in other body. The soon coming next release will have a new feature called |
Thank you, @realthunder! |
By the way, is there any documentation written describing what subshape binders actually are? It seems that they are similar to shape binders but bind only a subset of geometry from the base feature. However, I can't tell whether that is the whole story. |
See document here. Basically, you use this binder for cross Part/Body binding. It will track the relative placement of the bound object and the binder's container body. Note that if you move the bound object to another Part container, you'll need to double click the binder to resync it. |
Thanks @realthunder! |
9ac862b introduced the very useful ability to split a Part Design feature into multiple fragments using a two-dimensional tool. However, it's quite unclear precisely what objects are expected to work as a tool:
In particular, I was hoping to be able to use the 2D surface resulting from the non-solid "extrusion" of a sketch normal to the sketch plane. However, I have been unable to find a way to achieve this. Any hints?
The text was updated successfully, but these errors were encountered: