Click or drag to resize

APIgetBC Method

Get restraints of a single node
REST path: /bc/get/[node]
REST verb: GET

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

Parameters

node  String
ID of the node

Return Value

Boolean
Boolean array containing True if DOF is restrained
Remarks
All false if node not found
See Also