ConcentratedLoad(ListString, ListGuid, String, Double, Vector3, LoadOrientation) Constructor
Namespace: Karamba.Loads.BeamAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
protected ConcentratedLoad(
List<string> beamIds,
List<Guid> beamGuids,
string lcName,
double position,
Vector3 values,
LoadOrientation loadOrientation
)
Protected Sub New (
beamIds As List(Of String),
beamGuids As List(Of Guid),
lcName As String,
position As Double,
values As Vector3,
loadOrientation As LoadOrientation
)
protected:
ConcentratedLoad(
List<String^>^ beamIds,
List<Guid>^ beamGuids,
String^ lcName,
double position,
Vector3 values,
LoadOrientation loadOrientation
)
new :
beamIds : List<string> *
beamGuids : List<Guid> *
lcName : string *
position : float *
values : Vector3 *
loadOrientation : LoadOrientation -> ConcentratedLoad
Parameters
- beamIds ListString
- Identifiers of beams where the load is applied.
- beamGuids ListGuid
- Guids of beams where the load is applied.
- lcName String
- Load case to which the load belongs.
- position Double
- Relative position on the element. The value is between 0 and 1.
- values Vector3
- Values in x-,y-, z-direction with respect to the defined coordinate system.
See also loadOrientation.
- loadOrientation LoadOrientation
- Orientation of the load.