Click or drag to resize

APIaddNodalLoad Method

Add a nodal load to the model
REST path: /load/node/add/[node]/[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 addNodalLoad(
	string node,
	double value,
	int direction,
	string loadcase,
	bool local = false
)

Parameters

node  String
Node 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)
True if load has been defined locally

Return Value

Boolean
True if successful
See Also