Click or drag to resize

APIsetBC Method

Set the boundary conditions (restraints) for a node
REST path: /bc/set/[node]/[x]/[y]/[z]/[rx]/[ry]/[rz]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public bool setBC(
	string node,
	bool x,
	bool y,
	bool z,
	bool rx,
	bool ry,
	bool rz
)

Parameters

node  String
Node to be restrained
x  Boolean
True if restrained
y  Boolean
True if restrained
z  Boolean
True if restrained
rx  Boolean
True if restrained
ry  Boolean
True if restrained
rz  Boolean
True if restrained

Return Value

Boolean
True if successful
See Also