MUST-HAVE new PartDesign with Body and Datum features

About the development of the Part Design module/workbench. PLEASE DO NOT POST HELP REQUESTS HERE!
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
jrheinlaender
Posts: 554
Joined: Sat Apr 07, 2012 2:42 am

MUST-HAVE new PartDesign with Body and Datum features

Post by jrheinlaender »

This thread is dedicated to discussion of MUST-HAVE features in the new PartDesign branch with the Body feature and Datum planes/lines/points. The code can be found here:
https://github.com/jrheinlaender/FreeCA ... partdesign

Please use this thread only for MUST-HAVE features, there are other threads dedicated to bugs, optional features etc. etc.
I will keep a running summary of the status of the suggestions here in the first post.
---------------------------------------

- Confine dependencies between Bodies to the same Part and provide an Interface system for external references
- DONE: Selection highlighting for datum planes
- Prevent the error message "This feature is referenced by other features..." whenever a feature is deleted from a Body. Maybe put something in PartDesignGui::ViewProvider::onDelete() ?
- DONE: Booleans with Bodies
- DONE: Allow dependencies between Bodies. On the Command level, limit them to inside the same Part and make a check for circular dependencies.
- DONE: In the same spirit, allow external geometry from other Bodies in the Sketcher
- DONE: Allow to move a Mirrored/Linear Pattern etc. feature to be changed into a MultiTransform feature
Last edited by jrheinlaender on Thu Aug 22, 2013 7:09 pm, edited 3 times in total.
Post Reply