RotationalGap(ListString, ListGuid, String, Double, Vector3, LoadOrientation) Constructor

Initializes a new instance of the RotationalGap class.

Definition

Namespace: Karamba.Loads.Beam
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public RotationalGap(
	List<string> beamIds,
	List<Guid> beamGuids,
	string lcName,
	double position,
	Vector3 gaps,
	LoadOrientation loadOrientation
)

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.

See Also