Click or drag to resize

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

Initializes a new instance of the TranslationalGap class.

Namespace:  Karamba.Loads.Beam
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public TranslationalGap(
	List<string> beamIds,
	List<Guid> beamGuids,
	string lcName,
	double position,
	Vector3 gaps,
	LoadOrientation loadOrientation
)

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