Click or drag to resize

VolumeMassPropertiesWorldCoordinatesProductMoments Property

Returns the world coordinate product moments if they were able to be calculated. X is integral of "xy dm" over the volume Y is integral of "yz dm" over the volume Z is integral of "zx dm" over the volume.

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

Property Value

Type: Vector3d
See Also