Click or drag to resize

APIgetNodalDisp Method

Get nodal displacement from the selected loadcase and time
REST path: /res/displacement/[num]/[loadcase]/[time]/[direction]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public double getNodalDisp(
	string num,
	string loadcase,
	string time,
	int direction
)

Parameters

num  String
node no.
loadcase  String
loadcase name
time  String
time
direction  Int32
Global direction: 1=X, 2=Y, 3=Z, 4=RX, 5=RY, 6=RZ

Return Value

Double
The requested value. 0 if something went wrong.
See Also