Click or drag to resize

APIgetNodesOnSides Method

Get nodes on borders of the selected rectangular shell region
REST path: /op/mesh/borders/[tol]
REST verb: GET
REST header: {"nodes", nodes}

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public string[][] getNodesOnSides(
	string[] nodes,
	double tol = 4.94065645841247E-324
)

Parameters

nodes  String
Array of nodes
tol  Double  (Optional)
Optional. Tolerance

Return Value

String
Array of size 4 with bottom, right, top and left nodes
See Also