a viewport question ?

Discussion in 'AutoCAD' started by tw_tseng, Sep 12, 2003.

  1. tw_tseng

    tw_tseng Guest

    I need to create 2 viewports and assign different direction
    and zoom extended , how can I do this ???
     
    tw_tseng, Sep 12, 2003
    #1
  2. tw_tseng

    Mark Propst Guest

    paperspace viewports or modelspace viewports?



     



    for paperspace



    kind of a baling wire and duct tape approach:



    part of what you could use



     



     (command "pspace")
     (command "Mview"
      "_non" TopLeft
      "_non" BotRight
      )



     (command "mspace")
     (command "zoom" "e")



     



    ;not sure about this next...but maybe something like





     (setq ent(entlast))



     (setq vobj(vlax-ename->vla-object ent))
     (vla-put-direction vobj NewDirection)





     



    hth



    Mark



    "tw_tseng" <> wrote in message news:...

    I need to create 2 viewports and assign different direction
    and zoom extended , how can I do this ???
     
    Mark Propst, Sep 12, 2003
    #2
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.