Click or drag to resize

Imperfection Constructor (ListString, ListGuid, 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)
Syntax
public Imperfection(
	List<string> beamIds,
	List<Guid> beamGuids,
	Vector3 psi0,
	Vector3 kappa0,
	string LcName
)

Parameters

beamIds
Type: System.Collections.GenericListString
identifiers of beams where the load shall be applied to.
beamGuids
Type: System.Collections.GenericListGuid
Guids 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