i am unable to refresh screen in eagle eda layout tool. Ratsnest only work when pouring in board. i want to refresh the connection when placement modification happens. is there anyway to refresh screen like orcad layout?
I have never had that problem. Ratsnest works fine for minimizing airwires when you move a component. It is possible that I/we do not understand the problem you are having.
Can you post a snippet or two showing the problem?
John
- - - Updated - - -
After more thought, are you trying to optimize airwires on a board that has a pour, without allowing the pour to happen?
1) If that is the case, a simple way is to delete the polygon for the pour. Of course, if it is a complicated polygon, that can lead to a lot of additional work.
2) You can use the command line to do a ratsnest only for the signal you have modified. Here is a simple example where there is a pour ("GND") and I have modified a signal ("VCC"). The command line is; ratsnest <signal_name>, for example, ratsnest VCC.
Here is the modified brd :
And here is the modified brd after executing, "ratsnest VCC"
Note, the pour does not happen when using that command line, but the airwire is optimized.
If that is not your question, then please illustrate it as requested above.
John