+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    Forum Newbie
    Using
    AutoCAD 2004
    Join Date
    Dec 2006
    Posts
    2

    Default Script for multiple render files

    Registered forum members do not see this ad.

    Good Morning,
    I am new to your sight and hope you can help. In AutoCAD 2004, I am writing a script that changes the colors of layers, renders the 3D and saves the image to a file with a specific name. Then changes the colors of a few layers, etc.

    My problem is the render dialog box. I am not able to shut it down with FILEDIA. Suggestions?

    Thank you in advance

  2. #2
    Forum Deity
    Using
    not specified
    Join Date
    Jul 2004
    Location
    Anchorage, Alaska
    Posts
    2,074

    Default

    By script do you mean truly a script file (*.scr) or are you using lisp or VBA?

    There are lisp functions that can be used to handle the rendering, without a dialogue box. The the lisp reference, commands are "render" "rfileopt" (for rendering to a file), "rmat", etc.

    You can include a lisp command in your script, such as (from the lisp reference):

    (C:RFILEOPT "PCX" 640 480 1.0 "G8")

  3. #3
    Forum Newbie
    Using
    AutoCAD 2004
    Join Date
    Dec 2006
    Posts
    2

    Default

    Registered forum members do not see this ad.

    Thank You!!!

Similar Threads

  1. Open Multiple files with script by softpathing...
    By Seann in forum AutoLISP, Visual LISP & DCL
    Replies: 9
    Last Post: 4th Oct 2007, 08:19 pm
  2. Document Tabs for multiple files in one Acad Land Session
    By cldryden in forum AutoCAD General
    Replies: 1
    Last Post: 1st Jun 2006, 02:46 am
  3. Purge multiple files in a script?
    By Tunspan in forum AutoCAD Drawing Management & Output
    Replies: 6
    Last Post: 11th Nov 2004, 06:54 am
  4. Can I changing the default printer on multiple files
    By rberry in forum AutoCAD General
    Replies: 2
    Last Post: 25th Oct 2004, 04:18 pm
  5. script files and examples req
    By taffyboy in forum AutoCAD Drawing Management & Output
    Replies: 4
    Last Post: 19th Aug 2003, 09:05 am

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts