Skip to content

P_Rhino_Geometry_VolumeMassProperties_WorldCoordinatesMomentsOfInertia

Will Pearson edited this page Aug 12, 2016 · 2 revisions

VolumeMassProperties.WorldCoordinatesMomentsOfInertia Property

The moments of inertia about the world coordinate axes. X = integral of (y^2 + z^2) dm Y = integral of (z^2 + x^2) dm Z = integral of (z^2 + y^2) dm.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public Vector3d WorldCoordinatesMomentsOfInertia { get; }

VB

Public ReadOnly Property WorldCoordinatesMomentsOfInertia As Vector3d
	Get

Property Value

Type: Vector3d

Remarks

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.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

VolumeMassProperties Class
Rhino.Geometry Namespace

Clone this wiki locally