04-16-2024
01:08 PM
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Denunciar
04-16-2024
01:08 PM
@mliuMGKLT wrote:I am trying to remove all xrefs from my file. I setup a shortcut so that when I press it, it runs the following command
("-xref" "deatch" "*")
but when it runs it tells me there is "no matching xref names found" and doesn't remove any of the xrefs. Am I doing something wrong? Any help appreciated.
I'm surprised the code works at all. (Perhaps the typo doesn't exist in what you're actually running.)
In any case, when I run it (corrected), I get this error: ; error: bad function: "-xref".
If I use the command function instead (command "-xref" "detach" "*") on a DWG that has no Xref, I get the "no matching Xref.." response.
However, if I run it on a DWG that has an attached Xref, it works (returns "nil" and detaches the Xref).