Click or drag to resize

APIgetLoadA Method

Returns an array of strings describing of the i-th load in the model (ID,Node,Element,Direction,Load value,Load case)
REST path: /load/getA/[i]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public string[] getLoadA(
	int i
)

Parameters

i  Int32
ID of the load, starting from 0.

Return Value

String
Returns a description of the i-th load in the model. Empty string if not found
See Also