VolumeMassPropertiesSum Method |
Sum mass properties together to get an aggregate mass.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic bool Sum(
VolumeMassProperties summand
)
Public Function Sum (
summand As VolumeMassProperties
) As Boolean
Parameters
- summand
- Type: Rhino.GeometryVolumeMassProperties
mass properties to add.
Return Value
Type:
Booleantrue if successful.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also