Click or drag to resize

APIsetNodeAsJoint Method

Set the Joint property of the specified node.
REST path: /node/setjoint/[num]/[status]
REST verb: GET

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

Parameters

num  String
Number of the node
status  Boolean
True or False to activate or deactivate the IsJoint flag

Return Value

Boolean
True if successful
See Also