Obtain Scale

Discussion in 'AutoCAD' started by Caracol, Aug 3, 2004.

  1. Caracol

    Caracol Guest

    Hi!

    I use Mechanical 2004 power pack.
    I need to obtain the drawing scale using vba.

    Thanks a lot!
     
    Caracol, Aug 3, 2004
    #1
  2. Caracol

    Caracol Guest

    I found it!!

    Using
    ThisDrawing.GetVarible("DIMSCALE")


    Thanks anyway
     
    Caracol, Aug 4, 2004
    #2
  3. DIMSCALE does not indicate the "scale" of a drawing. Using it for this
    reason works if the protocol has the plot scale set to be equal to the
    dimscale, and if everyone follows it all the time.
    Personally, when I plot at 1:48 my DIMSCALE is set to 1. When I work on a
    file that is to be plotted at various scales, which is almost all of the
    time, a single variable obviously cannot correlate.
     
    Michael Bulatovich, Aug 4, 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.