Click or drag to resize

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

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

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