Implement ability to compute moments of inertia - Ixx, Iyy, Izz
Open
enhancement
OCC feature
- Dominant language
- Python
- Stars
- 5.8k
- Forks
- 541
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 5
Description
In order to evaluate the physical properties of models, it is crucial to be able to compute the moments of inertia of the model and its sections - Ixx, Iyy, Izz. As of now, it is possible to get this information from OCC layer.
```
from OCP.GProp import GProp_GProps
from OCP.BRepGProp import BRepGProp
box_section_occ = cq.Workplane().box(1,1,1).faces("
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.