Click or drag to resize

APIaddSpringWithID Method

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

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

Parameters

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

Return Value

Boolean
True if successful
See Also