Click or drag to resize

PointLoad Constructor (PointLoad)

Initializes a new instance of the PointLoad class. copy constructor for point-load.

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

Parameters

other
Type: Karamba.LoadsPointLoad
point-load to be copied.
See Also