Click or drag to resize

APIsetLoadA Method

Modify an existing load through an array, conforming to the one got via getLoadA
REST path: /load/setA
REST verb: POST
REST body: load

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public bool setLoadA(
	string[] load
)

Parameters

load  String
Array of strings with: ID,Node,Element,Direction,Load value,Load case

Return Value

Boolean
True if successful
See Also