Jump to content

ScriptPro2 Batch Process for multiple drawings?


Recommended Posts

Posted

Hi to all,

I've just downloaded ScriptPro2 so that I can modify multiple drawings at once. I wanted to change text layer and height for all drawings, But I don't know how to use this. I just got this (attached) window. If someone know how to use this please guide me.

I'll be thankful.

ScriptPro2.jpg

Posted

From what can see on interface you should use the Browse button to point on script to apply, the Add button to create the list of drawings to apply the said script on and after the Run button should become enabled; pick it to start the batch processing. Also, try to read the associated help for more information.

Maybe a silly question, but did you have the script file to be applied done?

Posted
From what can see on interface you should use the Browse button to point on script to apply, the Add button to create the list of drawings to apply the said script on and after the Run button should become enabled; pick it to start the batch processing. Also, try to read the associated help for more information.

Maybe a silly question, but did you have the script file to be applied done?

Thanks for reply,

I don't have script file just this software. I want to change text layer and height for all drawings as I said earlier. To do this what script file I need? Thanks.

Posted

You need to write it by yourself since should contains processings that are specific for your particular case.

The AutoCAD scripting technology replicate the user actions on command prompter. You may start by reading this tutorial.

Posted
You need to write it by yourself since should contains processings that are specific for your particular case.

The AutoCAD scripting technology replicate the user actions on command prompter. You may start by reading this tutorial.

Thanks,

I tried to learn from site you provided but unfortunately I couldn't make the script I need. If this is easy for you to make plz make one so that I can understand and use it on my drawings.

Thanks.

Posted

Do the steps normal way in Autocad write down everthing you do that is what the script must do also

 

eg

open dwg1 Z e close Y
open dwg2 z e close y

eg 2
open dwg1 chprop "select objects" la drainage  close Y 

note 2 spaces in line above sometimes need a press <CR> in your script this sometimes done better by using blank line NO ENTRIES!

open dwg1 chprop "select objects" la drainage


close Y 

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...