VolumeMassPropertiesWorldCoordinatesFirstMoments 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)
Since: 5.0
Syntax public Vector3d WorldCoordinatesFirstMoments { get; }
Public ReadOnly Property WorldCoordinatesFirstMoments As Vector3d
Get
Property Value
Type:
Vector3dSee Also