Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to calculate moment of inertia? #1605

Open
lenianiva opened this issue Jun 14, 2024 · 3 comments
Open

How to calculate moment of inertia? #1605

lenianiva opened this issue Jun 14, 2024 · 3 comments
Labels
question Further information is requested

Comments

@lenianiva
Copy link

If I have an assembly where different parts have different colours, and each colours corresponds to a density, is there a way to calculate the MoI about a particular axis?

@bragostin
Copy link
Contributor

I guess your question regarding CadQuery is how to get the volume of an object so that you can calculate the moment of inertia? That would be cq_object.val().Volume()

@lenianiva
Copy link
Author

I guess your question regarding CadQuery is how to get the volume of an object so that you can calculate the moment of inertia? That would be cq_object.val().Volume()

No I need to calculate the MoI of an assembly of objects with different densities. If the object is homogeneous I can just call matrixOfInertia()

@adam-urbanczyk adam-urbanczyk added the question Further information is requested label Jun 28, 2024
@adam-urbanczyk
Copy link
Member

You'll need to implement this yourself

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants