Weird problem with variables for dimensions

Discussion in 'AutoCAD' started by MarcelGoulet, May 26, 2004.

  1. MarcelGoulet

    MarcelGoulet Guest

    Hi,

    I have a lisp program that set all the variables of the dimstyles.
    When the program set the DIMBLK1 and DIMBLK2, it doesn't take it if the drawing is on english system. If the drawing is metric, it's working.

    Is somebody have an idea ??

    Thanks
     
    MarcelGoulet, May 26, 2004
    #1
  2. MarcelGoulet

    OLD-CADaver Guest

    Are setting the DIMBLK? to a block that is contained in one, but not the other?
     
    OLD-CADaver, May 26, 2004
    #2
  3. MarcelGoulet

    Rudy Tovar Guest

    What ver. of autocad?

    And are you using entmake?
    --

    AUTODESK
    Authorized Developer
    http://www.Cadentity.com
    MASi


    drawing is on english system. If the drawing is metric, it's working.
     
    Rudy Tovar, May 26, 2004
    #3
  4. MarcelGoulet

    MarcelGoulet Guest

    I set the DIMBLK1 and 2 to "_ArchTick", that's it, but im english drawing, it's not working.
     
    MarcelGoulet, May 26, 2004
    #4
  5. MarcelGoulet

    ECCAD Guest

    (setvar "DIMSAH" 1)
    .. IF ON, uses var's DIMBLK1, DIMBLK2.
    ..IF OFF, uses var DIMBLK.

    Bob
     
    ECCAD, May 26, 2004
    #5
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.