Click or drag to resize

APIremoveNodalMass Method

Remove all masses defined in a node
REST path: /mass/remove/[ID]
REST verb: GET

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

Parameters

ID  String
ID of the node hosting the masses

Return Value

Boolean
True if successful
See Also