Created by: portnov
- "Compound Solid" node. This generates FreeCAD's Compound objects. Compound is an object, composed of several Solids, Edges and/or Faces. From FreeCAD's point of view, Compound is a subclass of Shape. So, some nodes that have Solid input, will work with Compound objects as well. But some may give strange result or give an error.
- "Export Solid" node now supports exporting Compound objects, as well as Solids. This can be used to write, for example, several bodies into one Brep file. Or several surfaces.
Preflight checklist
Put an x letter in each brackets when you're done this item:
-
Code changes complete. -
Code documentation complete. -
Documentation for users complete (or not required, if user never sees these changes). -
Manual testing done. -
Unit-tests implemented. -
Ready for merge.