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

Center of Gravity #729

Open
slobberingant opened this issue Oct 7, 2024 · 0 comments
Open

Center of Gravity #729

slobberingant opened this issue Oct 7, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@slobberingant
Copy link
Contributor

Center of gravity is the average of the center of mass of each object multiplied by it's weight.

This issue is dependent on #598. A material system needs to be in place before we can calculate the weight and therefore impact of each part in an assembly on the center of gravity.

The impacts and scope of the material system are beyond my skills and knowledge but hopefully I can help create a center of gravity function.

My thoughts are to create a new enum CenterOf.GRAVITY. Then alter the Mixin3D center function to include a calculation for this.

I couldn't find an OCCT function for this so it may need to be implemented in Python.
I'm looking for some feedback on how to best approach this before I have a go with the code.

@gumyr gumyr added the enhancement New feature or request label Oct 22, 2024
@gumyr gumyr added this to the Not Gating Release 1.0.0 milestone Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants