CadQuery / CadQuery/cadquery

Implement ability to compute moments of inertia - Ixx, Iyy, Izz

Open
#1,453 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.