Click or drag to resize

UniformlyDistLoad Constructor (ListString, 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(
	List<string> beam_ids,
	Vector3 q,
	LoadOrientation q_orient,
	int loadcase
)

Parameters

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