AreaMassPropertiesWorldCoordinatesFirstMoments Property |
Returns the world coordinate first moments if they were able to be calculated.
X is integral of "x dm" over the area
Y is integral of "y dm" over the area
Z is integral of "z dm" over the area.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic Vector3d WorldCoordinatesFirstMoments { get; }
Public ReadOnly Property WorldCoordinatesFirstMoments As Vector3d
Get
Property Value
Type:
Vector3d
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.20
See Also