 | APIgetShellEndRelease Method |
Give shell releases
REST path: /element/shellendrelease/[ID]
REST verb: GET
Namespace: NextFEMapiAssembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntaxpublic bool[,] getShellEndRelease(
string ID
)
Public Function getShellEndRelease (
ID As String
) As Boolean(,)
Dim instance As API
Dim ID As String
Dim returnValue As Boolean(,)
returnValue = instance.getShellEndRelease(ID)
public:
array<bool,2>^ getShellEndRelease(
String^ ID
)
member getShellEndRelease :
ID : string -> bool[,]
Parameters
- ID String
- ID of the shell. Tria and Quad only
Return Value
BooleanMatrix 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