Hi all,
I am using small simple routine to reload all xrefs, like below:
How to upgrade this routine to reload ONLY loaded xrefs (without unloaded)?Code:(defun c:XE ()(command "-xref" "reload" "*") (princ) )
Thanks.
![]() |
|
![]() |
|
![]() |
|
![]() |
Hi all,
I am using small simple routine to reload all xrefs, like below:
How to upgrade this routine to reload ONLY loaded xrefs (without unloaded)?Code:(defun c:XE ()(command "-xref" "reload" "*") (princ) )
Thanks.
I found it on CADTutor forum, if someone interested:
http://www.cadtutor.net/forum/showth...ded-quot-xrefs
Here is another version that will allow you to select a specific XREF to reload, or just reload all loaded XREFs if none are currently selected.
If you have a technical question, please find the appropriate forum and ask it there.
You will get a quicker response from your fellow AUGI members than if you sent it to me via a PM or email.
jUSt
Thanks Opie, but I got error like this:
"Command: RX ; error: no function definition: ASC"
and I don't know how to fix it, even dont know what it means
The only think which (I think) will make life easier is to reload ONLY xrefs with status: Needs reloading.
Sometimes I have more then 10 xrefs and previus lisp goes through all and relaod.
If someone has idea how to modify it I will be grateful.
Thanks.
If you have a technical question, please find the appropriate forum and ask it there.
You will get a quicker response from your fellow AUGI members than if you sent it to me via a PM or email.
jUSt