Click or drag to resize

LengthMassPropertiesSum Method (LengthMassProperties)

Sum mass properties together to get an aggregate mass.

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

Parameters

summand
Type: Rhino.GeometryLengthMassProperties
mass properties to add.

Return Value

Type: Boolean
true if successful.
See Also