Click or drag to resize

APIsetNodeCS Method

Set the Local Coordinate System of a node by specifying the first 2 vectors.
REST path: /node/cs/[num]/[x1]/[y1]/[z1]/[x2]/[y2]/[z2]
REST verb: GET

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

Parameters

num  String
Number of the node
x1  Double
x coord. of 1st vector
y1  Double
y coord. of 1st vector
z1  Double
z coord. of 1st vector
x2  Double
x coord. of 2st vector
y2  Double
y coord. of 2st vector
z2  Double
z coord. of 2st vector

Return Value

Boolean
True if successful
See Also