Results 1 to 4 of 4

Thread: Regen in VLisp

  1. #1
    Marcel Goulet Guest

    Regen in VLisp

    Hi,

    Is there a VLisp function that we can use as a regen?

    I want to do a regen in a reactor but reactor doesn't support commands.

    Thanks.

  2. #2
    R. Robert Bell Guest
    Yes. Look at the Drawing object in the Object Model.

    --
    R. Robert Bell


    "Marcel Goulet" <nospam@address.withheld> wrote in message
    news:17406908.1103566552670.JavaMail.jive@jiveforu m1.autodesk.com...
    Hi,

    Is there a VLisp function that we can use as a regen?

    I want to do a regen in a reactor but reactor doesn't support commands.

    Thanks.

  3. #3
    BillZ Guest
    (vla-Regen activedoc acAllViewports)


    or acActiveViewport


    Bill

  4. #4
    Jürg Menzi Guest
    Marcel

    (vla-Regen (vla-get-ActiveDocument (vlax-get-acad-object)) acActiveViewport)
    or
    (vla-Regen (vla-get-ActiveDocument (vlax-get-acad-object)) acAllViewports)

    Cheers
    --
    Juerg Menzi
    MENZI ENGINEERING GmbH, Switzerland
    http://www.menziengineering.ch

Similar Threads

  1. Regen?
    By dlevy in forum SolidWorks
    Replies: 6
    Last Post: 03-18-2005, 12:50 PM
  2. Regen on PaperSpace
    By Marcel Goulet in forum Customization
    Replies: 0
    Last Post: 02-14-2005, 10:26 AM
  3. Regen Drawings
    By nchesh in forum AutoCAD
    Replies: 2
    Last Post: 01-10-2005, 05:34 AM
  4. Regen problem - slow
    By fredc in forum AutoCAD
    Replies: 1
    Last Post: 11-10-2004, 08:54 PM
  5. Decimal places [and regen] 2001
    By kenny in forum Pro/Engineer
    Replies: 2
    Last Post: 11-08-2004, 07:18 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other forums: Access Forum - Microsoft Office Forum - Exchange Server Forum