- Body. A body is a single solid created from multiple individual PartDesign features. It does group all features used for its creation beneath it in the tree. It does provide an Origin (Planes and axis) which can be used in the features as references. Furthermore it can be freely moved without making it nesseccary to move the individual features.
- Part. A part is not related to PartDesign but is a new general FreeCAD element. It provides a local coordinate system and can be used to group any kind of FreeCAD stuff and move it as one unit. This will be the future basis for assemblies.
- Active objects: There is now the notion of active objects. for example your file can hold multiple Bodies. If you create a new feature the feature is added to the active one. To activate a body double click it, the state will be indicated in the tree by background color.
- It is now possible to create datum planes/lines/points and attach them to features. Those datums can be used as basis for sketches or as revolution axis etc. There are a multitude of attachment possibilities for datums, try them out
- It is not needed anymore that a sketch is located on a face of a feature. Even if created anywhere in the 3d space the features get added / subtracted from the body
- Sketch based tools (pad, revolve, ...) now work not only with sketches but also with faces of a feature
- Cross referencing: It is now possible to reference things from a body in annother body via datums. for example the datum shape binder allows to copy over faces from a body as reference in annother one. This should make it easy to build a box with fitting cover in two different bodies. FreeCAD helps you to not accidently link to other bodies and inqueries your intend.
- Additional toolset: all relevant tools formerly exclusive to the Part workbench are now also available in PartDesign. The do have the usual different behavior: always creating solids, automatic adding or subtracting to the body.
- Migration: Files created with older freecad versions can still be opened and edited. If pure part design feature based they can be converted to the new style via the menu ->PartDesign -> Migrate. If they are mixed Part / Part Design/ Draft the conversion will most likely fail.