Click or drag to resize

APIgetAlignedNodes Method

Return nodes aligned with the given two as input
REST path: /op/mesh/alignednodes/[tol]
REST verb: GET
REST header: {"n1", n1}, {"n2", n2}

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public string[] getAlignedNodes(
	vert3 n1,
	vert3 n2,
	float tol = 0f
)

Parameters

n1  vert3
1st node as vert3 structure
n2  vert3
2nd node as vert3 structure
tol  Single  (Optional)
Optional. Tolerance needed to check alignement. Consider to lower it if n1 and n2 are close.

Return Value

String
A list of nodal IDs
See Also