Click or drag to resize

APIaddSubsoilNodalSpringsOnElements Method

Add nodal subsoil springs in nodes of chosen planar elements.
REST path: /element/add/soilsprings/[propName]
REST verb: POST
REST body: n

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public bool addSubsoilNodalSpringsOnElements(
	string[] n,
	string propName
)

Parameters

n  String
Array of planar element IDs
propName  String
Name of the property of the springs

Return Value

Boolean
True if successful, False if the reference property is defined in local coordinates
See Also