Click or drag to resize

APIaddNodeWithID Method

Add a new node with ID
REST path: /node/add/[x]/[y]/[z]/[ID]
REST verb: GET

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

Parameters

x  Double
X coordinate
y  Double
Y coordinate
z  Double
Z coordinate
ID  String
ID of the node to be added to the model

Return Value

Boolean
True if successful, False if node is already existing
See Also