Click or drag to resize

APIchangeLoadValue Method

Change the load value of i-th load entity
REST path: /load/change/[i]/[loadValue]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public bool changeLoadValue(
	int i,
	double loadValue
)

Parameters

i  Int32
Number of the load, get via getLoadsForNode or getLoadsForElement
loadValue  Double
New loading value

Return Value

Boolean
True if successful
See Also