|
ConcentratedLoad Constructor (ListString, ListGuid, String, Double, Vector3, LoadOrientation)
|
Namespace:
Karamba.Loads.Beam
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxprotected 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
- Type: System.Collections.GenericListString
Identifiers of beams where the load is applied. - beamGuids
- Type: System.Collections.GenericListGuid
Guids of beams where the load is applied. - lcName
- Type: SystemString
Load case to which the load belongs. - position
- Type: SystemDouble
Position on the element. The value is between 0 and 1. - values
- Type: Karamba.GeometryVector3
Values in x-,y-, z-direction with respect to the defined coordinate system.
See also loadOrientation. - loadOrientation
- Type: Karamba.LoadsLoadOrientation
Orientation of the load.
See Also