Click or drag to resize

UniformlyDistLoad Constructor (String, Vector3, LoadOrientation, Int32)

create new uniformly distributed load

Namespace:  Karamba.Loads
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public UniformlyDistLoad(
	string beam_id,
	Vector3 q,
	LoadOrientation q_orient,
	int loadcase
)

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)
loadcase
Type: SystemInt32
index of load-case the load belongs to
See Also