ortho/polar tracking setting in lsp

Discussion in 'AutoCAD' started by Jamie Richardson, Jan 5, 2005.

  1. I am currently getting the current value of ortho/orthomode in a lsp
    routine. I then set it to whatever I want for my specific task. My
    problem comes when setting ortho back to its original setting prior to
    leaving routine. If the user has polar tracking set instead of ortho, it
    will not set the setting back to polar tracking. It sets ortho on
    instead. Does polar tracking have its own variable that I can get its
    value? Is there other ways this can be accomplished?

    thanks,
    jamie
     
    Jamie Richardson, Jan 5, 2005
    #1
  2. Jamie Richardson

    sophiebs Guest

    The problem surely comes from the fact that Ortho and Polar can't be put at
    ON together. The variable AutoSnap is good for many settings like polar.
    If you save the initial value of AutoSnap at the beginning of your program,
    and put back the initial value at the end, Polar should be like it was at
    the beginning. So, if Polar was ON, the variable Orthomode is surely 0.
    hope I have helped you!



    Sophie
     
    sophiebs, Jan 5, 2005
    #2
  3. For Polar Tracking see PolarMode, PolarAddAng, and PolarAng.

    Make various setting using Dsetting dialog box and check effect on the
    various system variables: ortho, polarmode, etc. until you find the
    combination you need.

    Larry
     
    Larry Leuallen, Jan 5, 2005
    #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.