Click or drag to resize

APIsetSpringLocalAxes Method

Set local axes in the selected spring property
REST path: /springproperty/axes/[name]/[x1]/[y1]/[z1]/[x2]/[y2]/[z2]
REST verb: POST

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public bool setSpringLocalAxes(
	string name,
	double x1,
	double y1,
	double z1,
	double x2,
	double y2,
	double z2
)

Parameters

name  String
Name of the spring property
x1  Double
Local axis 1 - x
y1  Double
Local axis 1 - y
z1  Double
Local axis 1 - z
x2  Double
Local axis 2 - x
y2  Double
Local axis 2 - y
z2  Double
Local axis 2 - z

Return Value

Boolean
True if successful
See Also