Visual LISP, AutoLISP and General Customization
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Explode all in a script file

2 REPLIES 2
Reply
Message 1 of 3
peterthomson
434 Views, 2 Replies

Explode all in a script file

I can type explode all at the command line and it does just that.
When I try it in a script, I get "Expects a point or
Window/Last/Crossing/BOX/ALL/Fence/WPolygon/CPolygon/Group/Add/Remove/Multiple/P
revious/Undo/AUto/SIngle.....
Any help appreciated.
2 REPLIES 2
Message 2 of 3
Anonymous
in reply to: peterthomson

Explode All requires that the objects that you want to explode must be visible on the screen. Try doing a Zoom Extents prior to calling the explode in the script. That might work. Also, make sure that the objects you want to explode are not in any frozen, off or locked layers. Hoep this helps. Rgeards Rakesh peterthomson wrote: > I can type explode all at the command line and it does just that. > When I try it in a script, I get "Expects a point or > Window/Last/Crossing/BOX/ALL/Fence/WPolygon/CPolygon/Group/Add/Remove/Multiple/P > revious/Undo/AUto/SIngle..... > Any help appreciated. -- AutoCAD customization for Engineering/Mapping/GIS Get GeoTools @ http://www.4d-technologies.com/geotools Build MyGeoTools @ http://www.4d-technologies.com/geotools/my_geotools.htm FREE downloads : http://www.4d-technologies.com/techcenter
Message 3 of 3
Anonymous
in reply to: peterthomson

Explode in script works like in lisp (command "_.explode" ...) form try: (setvar "QAFLAGS" 1) (command "_.explode" (ssget "_X") "") (setvar "QAFLAGS" 0) -- ________________________________________________ Marc'Antonio Alessi (TV) Italy (strcat "NOT a " (substr (ver) 8 4) " guru.") O.S. = XP Pro 2002 Ita - Sp.1 AutoCAD = 2004 Ita - Sp.1a ________________________________________________

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report

”Boost