Click or drag to resize

UniformlyDistLoad_OLD Constructor (String, 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(
	string beam_id,
	Vector3 q,
	LoadOrientation q_orient,
	string LcName
)

Parameters

beam_id
Type: SystemString
identifier 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