Click or drag to resize

APIgetElementConnectivity Method

Return the connectivity of the specified element.
REST path: /element/conn/[ID]
REST verb: GET

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

Parameters

ID  String
ID of the element

Return Value

String
Array of strings
See Also