Click or drag to resize

AreaMassPropertiesWorldCoordinatesSecondMoments Property

Returns the world coordinate second moments if they were able to be calculated. X is integral of "xx dm" over the area Y is integral of "yy dm" over the area Z is integral of "zz dm" over the area.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public Vector3d WorldCoordinatesSecondMoments { get; }

Property Value

Type: Vector3d
See Also