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

Initializes a new instance of the ConcentratedLoad class. Creates a new instance of a ConcentratedLoad.

Definition

Namespace: Karamba.Loads.Beam
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
protected ConcentratedLoad(
	List<string> beamIds,
	List<Guid> beamGuids,
	string lcName,
	double position,
	Vector3 values,
	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
Relative position on the element. The value is between 0 and 1.
values  Vector3
Values in x-,y-, z-direction with respect to the defined coordinate system. See also loadOrientation.
loadOrientation  LoadOrientation
Orientation of the load.

See Also