Other ideas:

Renumber of nodes:

In Caesar we have two modes for renumber nodes:
1) Rename all the nodes
2) REname only the nodes i need.

The problem with this renumber is that we waste a lot of time.

Usually we use the renumber because we want join two models (maybe mine and the other supplier or company, or maybe 2 mines).

But very usually the number of nodes of two models are coincidents. So we need change the nodes but with careful, because we cannot have more of 32000. So We need waste a lot of time changes the name of nodes and verifying really the nodes of two model there is not coinciddent (nodes and cnodes). Itīs a hard task.

Maybe if we have other way to renumber the nodes the problem could be solve easily.

For example: 1)Renumber 2)Increment 3) interval(new)

With the 3)
Caesar changed all the model his nodes and only would have two question:
My first node (my first node when Caesar finish the calculation)
Increment--> nodo de incremento entre nodos.

Example of application:
First Model:
Renumber.
3) Interval
My first node= 500
My increment= 10

Caesar return the nodes 500,510,520,530,540,550,560,570.......5010. (the cnodes also less 5010)

Second model
Renumber
3) interval
My first node= 5020
My increment = 10

Caesar returns the nodes= 5020, 5030,5040,5050.......8550

This changed would be possible also with structure


Then would be easy change only the node to join.


Thanks.