Click or drag to resize

APIchangeSpringNLPropertyDof Method

Change a non-linear spring property already defined in the model
REST path: /springproperty/nl/change/[name]/[DoF]/[NLtype]
REST verb: POST
REST body: NLprops

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public bool changeSpringNLPropertyDof(
	string name,
	int DoF,
	int NLtype,
	double[] NLprops
)

Parameters

name  String
Name of the property, must be unique
DoF  Int32
Dof of the property from 1 to 6
NLtype  Int32
Integer value from 0 to 15 to associate a non-linear behaviour to each DoF. Use -1 to leave the DoF inactive
NLprops  Double
Array of numerical properties for the selected non-linear behaviour

Return Value

Boolean
True if successful
See Also