|
UniformlyDistLoad_OLD Constructor (ListString, Vector3, LoadOrientation, String)
|
Namespace:
Karamba.Loads.Beam
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic UniformlyDistLoad_OLD(
List<string> beamIds,
Vector3 q,
LoadOrientation q_orient,
string LcName
)
Public Sub New (
beamIds As List(Of String),
q As Vector3,
q_orient As LoadOrientation,
LcName As String
)
public:
UniformlyDistLoad_OLD(
List<String^>^ beamIds,
Vector3 q,
LoadOrientation q_orient,
String^ LcName
)
new :
beamIds : List<string> *
q : Vector3 *
q_orient : LoadOrientation *
LcName : string -> UniformlyDistLoad_OLD
Parameters
- beamIds
- Type: System.Collections.GenericListString
identifiers 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