Click or drag to resize

StrainLoad Constructor (StrainLoad)

Initializes a new instance of the StrainLoad class. copy constructor for strain-loads.

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

Parameters

other
Type: Karamba.LoadsStrainLoad
strain-load to be copied.
See Also