Created by: portnov
This contains a list of simple nodes that analyze Solid objects:
- Solid Area - total area of all solid faces
- Solid Face Area - area of the specific Solid Face
- Solid Volume
- Center of Mass
- Is Solid Closed
- Refine Solid - so you can call
removeSplitter()
on the solid if it was not done earlier - Validate Solid - check if the Solid is "valid" (in terms of FreeCAD's OCCT kernel), and try to fix it if possible.
The nodes are organized into Solid / Analyzer
submenu.
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.