Click or drag to resize

APIisRestrained Method

Tell if the node is restrained or not
REST path: /bc/node/[node]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public bool isRestrained(
	string node
)

Parameters

node  String
ID of the node

Return Value

Boolean
True if almost one dof is restrained
See Also