Click or drag to resize

APIchangeSpringNLProperty Method

Change a non-linear spring property already defined in the model
REST path: /springproperty/nl/change/[name]/[NLdofs(0)]/[NLdofs(1)]/[NLdofs(2)]/[NLdofs(3)]/[NLdofs(4)]/[NLdofs(5)]
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 changeSpringNLProperty(
	string name,
	int[] NLdofs,
	double[][] NLprops
)

Parameters

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

Return Value

Boolean
True if successful
See Also