VolumeMassProperties.Sum Method

VolumeMassPropertiesSum Method

Sum mass properties together to get an aggregate mass.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool Sum(
	VolumeMassProperties summand
)
Public Function Sum ( 
	summand As VolumeMassProperties
) As Boolean

Parameters

summand
Type: Rhino.GeometryVolumeMassProperties
mass properties to add.

Return Value

Type: Boolean
true if successful.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also