Click or drag to resize

APIalignShellXaxis Method

Align the x local axis of the selected shell element to the given vector
REST path: /element/shellxaxis/[num]/[x]/[y]/[z]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public bool alignShellXaxis(
	string num,
	double x,
	double y,
	double z
)

Parameters

num  String
Number of the element
x  Double
x component of 1st local axis
y  Double
y component of 1st local axis
z  Double
z component of 1st local axis

Return Value

Boolean
True if successful
See Also