Click or drag to resize

APIaddBeamLoadA Method

Add a distributed load on the specified beam
REST path: /load/element/beamaddA/[elem]/[direction]/[loadcase]/[local]
REST verb: GET
REST header: {"values", values}, {"positions", positions}

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public bool addBeamLoadA(
	string elem,
	double[] values,
	double[] positions,
	int direction,
	string loadcase,
	bool local = false
)

Parameters

elem  String
Beam element retaining the load
values  Double
Array of load values
positions  Double
Array of load positions
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