Click or drag to resize

APIgetConnectedElements Method

Get all the elements connected to the specified node
REST path: /node/connectedelements/[node]/[onlyOfType]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public string[] getConnectedElements(
	string node,
	int onlyOfType = -1
)

Parameters

node  String
Node ID
onlyOfType  Int32  (Optional)
Optional. Select only elements of type: unk = 0,line = 1,tria = 2,quad = 3,hexa = 4,wedge = 5,tetra = 6,user = 10,line3 = 20,quad8 = 21,hexa16 = 22,hexa20 = 23,tetra10 = 24,tria6 = 25,wedge15 = 26,spring2nodes = 40

Return Value

String
An array of element IDs
See Also