|
StrainLoad Constructor (String, Vector3, Vector3, String)
|
Initializes a new instance of the
StrainLoad class.
create new initial strains-load.
Namespace:
Karamba.Loads
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic StrainLoad(
string beamId,
Vector3 eps0,
Vector3 kappa0,
string LcName
)
Public Sub New (
beamId As String,
eps0 As Vector3,
kappa0 As Vector3,
LcName As String
)
public:
StrainLoad(
String^ beamId,
Vector3 eps0,
Vector3 kappa0,
String^ LcName
)
new :
beamId : string *
eps0 : Vector3 *
kappa0 : Vector3 *
LcName : string -> StrainLoadParameters
- beamId
- Type: SystemString
identifier of beam where the load shall be applied to. - eps0
- Type: Karamba.GeometryVector3
initial axial strain: a positive number means elongation which causes compression in
case of constrained translational dofs. - 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