|
TranslationalGap 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)
Syntaxpublic TranslationalGap(
List<string> beamIds,
List<Guid> beamGuids,
string lcName,
double position,
Vector3 gaps,
LoadOrientation loadOrientation
)
Public Sub New (
beamIds As List(Of String),
beamGuids As List(Of Guid),
lcName As String,
position As Double,
gaps As Vector3,
loadOrientation As LoadOrientation
)
public:
TranslationalGap(
List<String^>^ beamIds,
List<Guid>^ beamGuids,
String^ lcName,
double position,
Vector3 gaps,
LoadOrientation loadOrientation
)
new :
beamIds : List<string> *
beamGuids : List<Guid> *
lcName : string *
position : float *
gaps : Vector3 *
loadOrientation : LoadOrientation -> TranslationalGap
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
Input parameter on beam's curve domain. - gaps
- Type: Karamba.GeometryVector3
Gap vector referred to the defined oriented coordinate system. - loadOrientation
- Type: Karamba.LoadsLoadOrientation
Orientation of the load.
See Also