P_Rhino_Geometry_VolumeMassProperties_CentroidCoordinatesSecondMoments - mcneel/rhinocommon-api-docs GitHub Wiki

VolumeMassProperties.CentroidCoordinatesSecondMoments 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) Version: Rhino 6.0

Syntax

C#

public Vector3d CentroidCoordinatesSecondMoments { get; }

VB

Public ReadOnly Property CentroidCoordinatesSecondMoments 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** ⚠️