|
UniformlyDistLoad_OLD Constructor (String, Vector3, LoadOrientation, String)
|
Namespace:
Karamba.Loads.Beam
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic UniformlyDistLoad_OLD(
string beam_id,
Vector3 q,
LoadOrientation q_orient,
string LcName
)
Public Sub New (
beam_id As String,
q As Vector3,
q_orient As LoadOrientation,
LcName As String
)
public:
UniformlyDistLoad_OLD(
String^ beam_id,
Vector3 q,
LoadOrientation q_orient,
String^ LcName
)
new :
beam_id : string *
q : Vector3 *
q_orient : LoadOrientation *
LcName : string -> UniformlyDistLoad_OLD
Parameters
- beam_id
- Type: SystemString
identifier of beams where to apply the load. - q
- Type: Karamba.GeometryVector3
load-vector in kN/m. - q_orient
- Type: Karamba.LoadsLoadOrientation
orientation of the load (local, global or global projected). - LcName
- Type: SystemString
name of load-case the load belongs to.
See Also