P_Rhino_Geometry_AreaMassProperties_WorldCoordinatesRadiiOfGyration - mcneel/rhinocommon-api-docs GitHub Wiki
Radii of gyration with respect to world coordinate system. X = sqrt(integral of (y^2 + z^2) dm/M) Y = sqrt(integral of (z^2 + x^2) dm/M) Z = sqrt(integral of (z^2 + y^2) dm/M)
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public Vector3d WorldCoordinatesRadiiOfGyration { get; }
VB
Public ReadOnly Property WorldCoordinatesRadiiOfGyration As Vector3d
Get
Type: Vector3d
What is meant by "radii of gyration" varies widely in textbooks and papers. The values returned here are the integrals listed in the Returns section.
Supported in: 6.0.16224.21491, 5D58w