Click or drag to resize

APIrenumberElementsByCoordinates Method

Renumber elements in the model with spatial criteria, using element centroid
REST path: /op/mesh/renumber/elementsbycoords/[dir1]/[dir2]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public bool renumberElementsByCoordinates(
	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