Click or drag to resize

APIrotateNodes Method

Rotate nodes by moving them
REST path: /op/mesh/rotatenodes/[axisX]/[axisY]/[axisZ]/[angle]
REST verb: GET
REST header: {"nodes", nodes}

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public bool rotateNodes(
	string[] nodes,
	double axisX,
	double axisY,
	double axisZ,
	double angle
)

Parameters

nodes  String
Array of nodes ID to be rotated
axisX  Double
X component of rotation axis
axisY  Double
Y component of rotation axis
axisZ  Double
Z component of rotation axis
angle  Double
Angle of rotation, in degrees

Return Value

Boolean
True if successful
See Also