Click or drag to resize

DistributedLoad Constructor (ListString, ListGuid, String, LoadOrientation, Vector3, ListDouble, ListDouble)

Initializes a new instance of the DistributedLoad class.

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

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.
loadOrientation
Type: Karamba.LoadsLoadOrientation
Orientation of the load.
direction
Type: Karamba.GeometryVector3
Direction of the load with respect to the loadOrientation.
loadPositions
Type: System.Collections.GenericListDouble
Positions where the load is defined.
loadValues
Type: System.Collections.GenericListDouble
Load value for each position.
See Also