|
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)
Syntaxpublic StrainLoad(
StrainLoad other
)
Public Sub New (
other As StrainLoad
)
public:
StrainLoad(
StrainLoad^ other
)
new :
other : StrainLoad -> StrainLoad
Parameters
- other
- Type: Karamba.LoadsStrainLoad
strain-load to be copied.
See Also