Click or drag to resize

AreaMassPropertiesSum Method (AreaMassProperties)

Sum mass properties together to get an aggregate mass.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public bool Sum(
	AreaMassProperties summand
)

Parameters

summand
Type: Rhino.GeometryAreaMassProperties
mass properties to add.

Return Value

Type: Boolean
true if successful.
See Also