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.7.3.2 (2.7.3.2)
Syntax
public bool removeNode(
	string ID
)

Parameters

ID  String
ID of the node to be removed

Return Value

Boolean
True if successful
See Also