Click or drag to resize

UniformlyDistLoad_OLD Constructor (ListString, Vector3, LoadOrientation, String)

Initializes a new instance of the UniformlyDistLoad_OLD class. create new uniformly distributed load.

Namespace:  Karamba.Loads.Beam
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public UniformlyDistLoad_OLD(
	List<string> beamIds,
	Vector3 q,
	LoadOrientation q_orient,
	string LcName
)

Parameters

beamIds
Type: System.Collections.GenericListString
identifiers of beams where to apply the load.
q
Type: Karamba.GeometryVector3
load-vector in kN/m.
q_orient
Type: Karamba.LoadsLoadOrientation
orientation of the load (local, global or global projected).
LcName
Type: SystemString
name of load-case the load belongs to.
See Also