Click or drag to resize

APIgetSoilPressureAtNode Method

Return the soil pressure (positive if compression on soil) in Z global direction
REST path: /res/soilpressureatnode/[node]/[loadcase]/[time]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public double getSoilPressureAtNode(
	string node,
	string loadcase,
	string time = "1"
)

Parameters

node  String
Reference node
loadcase  String
Name of the loadcase
time  String  (Optional)
Optional, time of result, default is 1

Return Value

Double
Double value
See Also