Click or drag to resize

VolumeMassPropertiesCentroidCoordinatesSecondMoments Property

Second moments with respect to centroid coordinate system. X = integral of (x-x0)^2 dm Y = integral of (y-y0)^2 dm Z = integral of (z-z0)^2 dm where (x0,y0,z0) = centroid.

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

Property Value

Type: Vector3d
See Also