Hello all,
This is my first topic in the forum. I am a beginner in scripting and i would like to ask for your help.
As a first goal and since I cannot directly use the Rhino command “AreaMoments” in python script (can I??), I would like to write a script in python that calculates the moment of inertia of multiple objects around the area of the centroid.
The rs.SurfaceAreaMoments in rhinoscriptsyntax i see that is only for one object and it is only for surfaces.
However the “AreaMoments” command is capable of calculating the moment of inertia also for polysurfaces, co-planar closed curves & meshes.
Can you please give me some guidelines on how to write such a script?
Thanks in advance,
Giorgos