P_Rhino_Geometry_VolumeMassProperties_CentroidCoordinatesMomentsOfInertia - mcneel/rhinocommon-api-docs GitHub Wiki
Moments of inertia with respect to centroid coordinate system. X = integral of ((y-y0)^2 + (z-z0)^2) dm Y = integral of ((z-z0)^2 + (x-x0)^2) dm Z = integral of ((z-z0)^2 + (y-y0)^2) dm where (x0,y0,z0) = centroid.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public Vector3d CentroidCoordinatesMomentsOfInertia { get; }
VB
Public ReadOnly Property CentroidCoordinatesMomentsOfInertia As Vector3d
Get
Type: Vector3d
What is meant by "moments of intertia" varies widely in textbooks and papers. The values returned here are the integrals listed in the Summary section. Some applications may want the values from WorldCoordinatesSecondMoments instead of the values returned here.
Supported in: 6.0.16224.21491, 5D58w