Jump to content

Recommended Posts

Posted

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.

Posted

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?

Posted

open dwg1 erase x,y,z close Y

open dwg2 erase x,y,z close Y

 

ps 2 spaces z close

Posted

Do you try to delete the title data blocks?

Posted

Hi Pendean and Bigal, this helps thanks. Yes I have That ScriptPro Utility.

 

Hi Fuccaro, yes I want to delete title block area.

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...