Click or drag to resize

APIgetNodesFromCoords Method

Get nodes having the specified coordinates
REST path: /op/mesh/nodesbycoords/[dir]/[coord]/[tol]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public string[] getNodesFromCoords(
	int dir,
	double coord,
	double tol = 1E-06
)

Parameters

dir  Int32
1 for X, 2 for Y and 3 for Z
coord  Double
Values of the selected coordinate
tol  Double  (Optional)
Optional. Tolerance, default values is 1.e-6

Return Value

String
Array of strings
See Also