Click or drag to resize

APIrenumberNodesByCoordinates Method

Renumber nodes in the model with spatial criteria
REST path: /op/mesh/renumber/nodesbycoords/[dir1]/[dir2]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public bool renumberNodesByCoordinates(
	int dir1,
	int dir2
)

Parameters

dir1  Int32
Index of first criterium: 1 by X, 2 by Y, 3 by Z
dir2  Int32
Index of second criterium: 1 by X, 2 by Y, 3 by Z

Return Value

Boolean
True if renumbering has been applied, false otherwise
See Also