|
Imperfection Constructor (Imperfection)
|
Initializes a new instance of the
Imperfection class.
copy constructor.
Namespace:
Karamba.Loads.Beam
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic Imperfection(
Imperfection other
)
Public Sub New (
other As Imperfection
)
public:
Imperfection(
Imperfection^ other
)
new :
other : Imperfection -> Imperfection
Parameters
- other
- Type: Karamba.Loads.BeamImperfection
load to be copied.
See Also