Click or drag to resize

APIaddSpringNLProperty Method

Add a non-linear spring property to the model
REST path: /springproperty/nl/add/[name]/[NLdofs(0)]/[NLdofs(1)]/[NLdofs(2)]/[NLdofs(3)]/[NLdofs(4)]/[NLdofs(5)]/[local]
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 addSpringNLProperty(
	string name,
	int[] NLdofs,
	double[][] NLprops,
	bool local = false
)

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
local  Boolean  (Optional)
True if properties are referred to local axes of the spring element

Return Value

Boolean
True if successful
See Also