pouicpouic Posted December 3, 2014 Posted December 3, 2014 (edited) Hi, I run a batch files with Autocad coreconsole. I use Diesel expressions in my VP to have list of XREFS. When I run accoreconsole.exe and I publish my files, I can't show my XREF List. I don't have Diesel expresions working. Have you got a way to find a solution? Thks, (I use RTEXT and the variable : $(Xrefs,3,) ) Edited December 3, 2014 by pouicpouic Add: My Diesel variable Quote
SLW210 Posted December 3, 2014 Posted December 3, 2014 That may be something you need to bring to the attention of Autodesk. Quote
pouicpouic Posted December 3, 2014 Author Posted December 3, 2014 Hi, Thanks for your reply. I have this problem and the other one. I can't load and use this very simple. Coreconsole gives me nothing. Weird. If you have any suggestions, I try to load or use it in loading in my scr I call the fonction with juste Command : test (defun C:test (/ layouts num) (setq layouts (layoutlist)); list all paperspace layouts in the drawing (setq num 0); zero counter (repeat (length layouts); Repeats the plot command on all layouts (command "-TRACEUR" "o" ; (nth num layouts);; "PDFCreator.pc3";; "Format de papier précédent (1398.00 x 840.00 mm)" ;; "M" ;; "A" ;; "N" ;;P: "P" ;;E "1=1" ;; "-3.22,-3.64";; "O" ;; "acad.ctb" ;;E "O" ;;Style de traceh "O" ;;epaisseur de ligne "N" ;;espace papier premier "n" ;;masque objet espace papier "n" ;;enregistre fichier trace "n" ;:enregistre modif mise en page "o" ;;poursuivre trace );; end _.-plot (setq num (1+ num)); Increment counter ); end repeat ); Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.