|
Imperfection Constructor (ListString, Vector3, Vector3, String)
|
Initializes a new instance of the
Imperfection class.
create new imperfection load.
Namespace:
Karamba.Loads.Beam
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic Imperfection(
List<string> beamIds,
Vector3 psi0,
Vector3 kappa0,
string LcName
)
Public Sub New (
beamIds As List(Of String),
psi0 As Vector3,
kappa0 As Vector3,
LcName As String
)
public:
Imperfection(
List<String^>^ beamIds,
Vector3 psi0,
Vector3 kappa0,
String^ LcName
)
new :
beamIds : List<string> *
psi0 : Vector3 *
kappa0 : Vector3 *
LcName : string -> Imperfection
Parameters
- beamIds
- Type: System.Collections.GenericListString
identifiers of beams where the load shall be applied to. - psi0
- Type: Karamba.GeometryVector3
initial inclination in rad: rotation about the local coordinate system axes. - kappa0
- Type: Karamba.GeometryVector3
initial curvature about the local coordinate system axes. - LcName
- Type: SystemString
name of load-case where load should be active.
See Also