Renumber nodes with hex elements

Hello,
Is there a option to renumber the numbering of nodes in the mesh (I have a problem of numbering with hex elements)? If it exsite, could we choose a way of numbering?
Thanks.

To renumber nodes and other mesh entities using the GUI, go to Mesh->[Entity Type]->Renumber. The ID(s) can be a range or all.

In the command line, the command is

Renumber {Node|Edge|Tri|Face|Hex|Tet|Wedge|Element} <id_range> start_id [uniqueids]

For example: Renumber Node 1 to 100 start_id 10000 uniqueids

You can use the compress command to renumber all entities starting at 1 and removing all gaps.