P_Rhino_Geometry_VolumeMassProperties_WorldCoordinatesFirstMoments - mcneel/rhinocommon-api-docs GitHub Wiki

VolumeMassProperties.WorldCoordinatesFirstMoments Property

Returns the world coordinate first moments if they were able to be calculated. X is integral of "x dm" over the volume Y is integral of "y dm" over the volume Z is integral of "z dm" over the volume.

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

Syntax

C#

public Vector3d WorldCoordinatesFirstMoments { get; }

VB

Public ReadOnly Property WorldCoordinatesFirstMoments As Vector3d
	Get

Property Value

Type: Vector3d

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

VolumeMassProperties Class
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️