Click or drag to resize

APIaddSpring Method

Add a new 2-node spring to the model. Existing results will be deleted.
REST path: /element/add/spring/[n1]/[n2]/[propName]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public string addSpring(
	string n1,
	string n2,
	string propName
)

Parameters

n1  String
First node ID
n2  String
Second node ID
propName  String
Name of the property of the spring

Return Value

String
The ID of the added elem
See Also