RotationalGap(ListString, ListGuid, String, Double, Vector3, LoadOrientation) Constructor
Namespace: Karamba.Loads.BeamAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public RotationalGap(
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:
RotationalGap(
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 -> RotationalGap
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
- Input parameter on beam's curve domain.
- gaps Vector3
- Force vector referred to the defined oriented coordinate system.
- loadOrientation LoadOrientation
- Orientation of the load.