Click or drag to resize

APIgetShellEndRelease Method

Give shell releases
REST path: /element/shellendrelease/[ID]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public bool[,] getShellEndRelease(
	string ID
)

Parameters

ID  String
ID of the shell. Tria and Quad only

Return Value

Boolean
Matrix of boolean of size [n,6], where n is the number of nodes. 6 boolean values for each node (fx, fy, fz, mx, my, drilling)
See Also