Click or drag to resize

APIgetNodalShellForce Method

Get nodal shell forces from nodes connected to shell elements
REST path: /res/nodalshellforce/[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 getNodalShellForce(
	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