3D View Problem

Discussion in 'AutoCAD' started by UmeshGole, Oct 11, 2004.

  1. UmeshGole

    UmeshGole Guest

    i have problem for 3D prospective view
    so i customize AutoCAD
    i have to access camera point to change height of camera
    i can't find system variable in help as like "target"
    i use (getvar "target" ) for accessing target point
    can any one know system variable which store camera point
    or how to access camera point in lisp
     
    UmeshGole, Oct 11, 2004
    #1
  2. UmeshGole

    Jürg Menzi Guest

    Hi UmeshGole

    To get the camera point use:
    (mapcar '+ (getvar "TARGET") (getvar "VIEWDIR"))

    Cheers
     
    Jürg Menzi, Oct 11, 2004
    #2
  3. UmeshGole

    UmeshGole Guest

    Thanks I will work it out and come back to you
     
    UmeshGole, Oct 11, 2004
    #3
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.