Click or drag to resize

APIremoveNode Method

Remove the node with the specified ID from the model
REST path: /node/ID
REST verb: DELETE

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public bool removeNode(
	string ID
)

Parameters

ID  String
ID of the node to be removed

Return Value

Boolean
True if successful
See Also