I tested the script in AutoCAD 2007 and is working well. What version are you using? Is 2012 as per your profile?
I tested the script in AutoCAD 2007 and is working well. What version are you using? Is 2012 as per your profile?
Regards,
Mircea
AutoCAD's happy user equation: FILEDIA + PICKADD² + PICKFIRST = 3
yes 2012 .
Just tested it again in AutoCAD 2011 and seems that there is an issue with command’s dialog box – it remains on screen and the view is refreshed only at the end of the script action.
But found a workaround: set the FILEDIA system variable to 0 and call the SCRIPT command in prompt mode; this way seems to work.
Don’t forget to set the FILEDIA back to 1 after since will affect other commands too.
Regards,
Mircea
AutoCAD's happy user equation: FILEDIA + PICKADD² + PICKFIRST = 3
do i haw to turn off all the other layers ( related to circles ) or leave them on .. ?
i tried both solution and in try1 where i turned off all the layers layer5 only pop up and stay .. no other layer is shown
it seams it's working after filedia .. i'll do the rest of the script .. will get back with result .. many many thx for this![]()
You will have to turn them all to OFF in first step. Alternatively you may turn them by hand before run the script, but controling them by script is useful if want to run it more than once - without closing the file (to reset the layers to OFF).
Regards,
Mircea
AutoCAD's happy user equation: FILEDIA + PICKADD² + PICKFIRST = 3
yes.....
Registered forum members do not see this ad.
Here was one messing around using Transient graphics
ScreenCast
The code is pretty messy was just throwing it together to see how it worked, but it makes objects look animated without locking up the UI thread and can still continue to work.
Code
You can also find your answers @ theswamp.org
Bookmarks