Click or drag to resize

APIaddSpringProperty Method

Add a spring property to the model
REST path: /springproperty/simple/add/[name]/[Kx]/[Ky]/[Kz]/[Krx]/[Kry]/[Krz]/[local]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public bool addSpringProperty(
	string name,
	double Kx,
	double Ky,
	double Kz,
	double Krx,
	double Kry,
	double Krz,
	bool local = false
)

Parameters

name  String
Name of the property, must be unique
Kx  Double
Stiffness in X direction
Ky  Double
Stiffness in Y direction
Kz  Double
Stiffness in Z direction
Krx  Double
Stiffness in RX direction
Kry  Double
Stiffness in RY direction
Krz  Double
Stiffness in RZ direction
local  Boolean  (Optional)
True if properties are referred to local axes of the spring element

Return Value

Boolean
True if successful
See Also