Click or drag to resize

APIremoveNodeCS Method

Remove a previously defined Local Coordinate System from a node.
REST path: /node/cs/[num]
REST verb: DELETE

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public bool removeNodeCS(
	string num
)

Parameters

num  String
Node number

Return Value

Boolean
True if successful
See Also