Click or drag to resize

PointMass Constructor (PointMass)

Initializes a new instance of the PointMass class. copy constructor.

Namespace:  Karamba.Loads
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public PointMass(
	PointMass other
)

Parameters

other
Type: Karamba.LoadsPointMass
point-mass to be copied.
See Also