Click or drag to resize

APIgetNodalStress Method

Get stress from node
REST path: /res/nodalstress/[num]/[loadcase]/[time]/[type]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public double getNodalStress(
	string num,
	string loadcase,
	string time,
	string type
)

Parameters

num  String
Node number
loadcase  String
Loadcase name
time  String
Time value in results, for linear analyses is 1
type  String
Name of the property to get

Return Value

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