Click or drag to resize

APIaddBeamLoadU Method

Add a uniformly distributed load on the specified beam
REST path: /load/element/beamaddU/[elem]/[value]/[direction]/[loadcase]/[local]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public bool addBeamLoadU(
	string elem,
	double value,
	int direction,
	string loadcase,
	bool local = false
)

Parameters

elem  String
Beam element retaining the load
value  Double
Load value
direction  Int32
Direction of the load: 1=X, 2=Y, 3=Z, 4=RX, 5=RY, 6=RZ
loadcase  String
Name of the loadcase
local  Boolean  (Optional)
Optional, default is false. True if load has been defined locally

Return Value

Boolean
True if successful
See Also