Skip to content

P_Rhino_Geometry_AreaMassProperties_WorldCoordinatesProductMoments

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

AreaMassProperties.WorldCoordinatesProductMoments Property

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

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

Syntax

C#

public Vector3d WorldCoordinatesProductMoments { get; }

VB

Public ReadOnly Property WorldCoordinatesProductMoments As Vector3d
	Get

Property Value

Type: Vector3d

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

AreaMassProperties Class
Rhino.Geometry Namespace

Clone this wiki locally