Login  Register

Finding center of gravity

Next Topic
 
classic Classic list List threaded Threaded
4 messages Options Options
Embed post
Permalink
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Finding center of gravity

ginghis
6 posts
Is there a way for libreCAD to find the center of gravity of a part if it knows all the dimensions?
Is this a viable route of development?
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: Finding center of gravity

dxli
2025 posts
Since LibreCAD focuses on 2d, a reasonable cog is also limited to 2d.

ginghis wrote
Is there a way for libreCAD to find the center of gravity of a part if it knows all the dimensions?
Is this a viable route of development?
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: Finding center of gravity

ginghis
6 posts
In the case of 2D it would be second moment of area instead of center of gravity. Multiplying by thickness and density gives weight which is centered at the center of second moment of the area.
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: Finding center of gravity

dxli
2025 posts
In LibreCAD v3, 2d integrals are estimated to find the area

In LibreCAD v2, the area is found by contour integrals.

While it's straightforward to consider a local weight function to get various physical functions, it's not really what we are focusing on. Any help is welcome though

ginghis wrote
In the case of 2D it would be second moment of area instead of center of gravity. Multiplying by thickness and density gives weight which is centered at the center of second moment of the area.