Click or drag to resize

APIremoveElement Method

Remove the specified element from the model
REST path: /element/[ID]
REST verb: DELETE

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

Parameters

ID  String
ID of the element to be removed

Return Value

Boolean
True if successful
See Also