Click or drag to resize

APIaddBeamLoad Method

Add a distributed load on the specified beam
REST path: /load/element/beamadd/[elem]/[value1]/[value2]/[position1]/[position2]/[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 addBeamLoad(
	string elem,
	double value1,
	double value2,
	double position1,
	double position2,
	int direction,
	string loadcase,
	bool local = false
)

Parameters

elem  String
Beam element retaining the load
value1  Double
Initial value
value2  Double
Final value
position1  Double
Initial position
position2  Double
Final position
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