Saqib_theleo Posted December 2, 2012 Posted December 2, 2012 Hi all, I want to know is this possible to make a script which can erase or delete specific portion or specific objects from drawings. I have 200 drawings and I want to erase a rectangle from layout of all drawings, in all drawings it is on same place. If someone can help I'll be thankfull. Thanks. Quote
pendean Posted December 2, 2012 Posted December 2, 2012 Use LIST or ID command to identify the exact x,y,z location of the object or point on the object, the experiment at the command line using ERASE command then entering the location you found for the object when ERASE asks you to select an object.When you get it to work, simply write down exactly what you did at the command line and you've got the makings of a script file. Did you grab the free SCRIPTPRO utility from Autodesk yet? Quote
BIGAL Posted December 3, 2012 Posted December 3, 2012 open dwg1 erase x,y,z close Y open dwg2 erase x,y,z close Y ps 2 spaces z close Quote
fuccaro Posted December 3, 2012 Posted December 3, 2012 Do you try to delete the title data blocks? Quote
Saqib_theleo Posted December 3, 2012 Author Posted December 3, 2012 Hi Pendean and Bigal, this helps thanks. Yes I have That ScriptPro Utility. Hi Fuccaro, yes I want to delete title block area. 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.