Dimstyle variables

Discussion in 'AutoCAD' started by Leothebuilder, Aug 15, 2004.

  1. Hi there,

    How can you extract all the dimstyle variables of a certain
    dimesion style so you can re-use these variables in a lisp ?

    Leo
     
    Leothebuilder, Aug 15, 2004
    #1
  2. Leothebuilder

    zeha Guest

    Leo,

    Try it with dimex and dimim from express tools

    Cheers

    Harrie
     
    zeha, Aug 15, 2004
    #2
  3. I've got Autocad 2000i, don't have express tools

    Leo
     
    Leothebuilder, Aug 15, 2004
    #3
  4. Leothebuilder

    Doug Broad Guest

    Leo,
    How are you going to use the variables? Have you considered
    using the vlisp copyfrom method instead of using individual
    variables?

    Regards,
    Doug
     
    Doug Broad, Aug 15, 2004
    #4
  5. Just to add to the above, I've got a lisp routine that sets a
    certain text style if the text command is used. If this textstyle
    doesn't exist, the lisp creates it.
    Leo
     
    Leothebuilder, Aug 16, 2004
    #5
  6. Leothebuilder

    zeha Guest

    Leo,

    this is what dimex write to a file
    That's more than the dim* vars

    DIMTOL
    DIMLIM
    DIMTIH
    DIMTOH
    DIMSE1
    DIMSE2
    DIMALT
    DIMTOFL
    DIMSAH
    DIMTIX
    DIMSOXD
    DIMSD1
    DIMSD2
    DIMUPT
    DIMTOLJ
    DIMDSEP
    DIMALTD
    DIMZIN
    DIMJUST
    DIMFIT
    DIMTZIN
    DIMALTZ
    DIMALTTZ
    DIMTAD
    DIMUNIT
    DIMAUNIT
    DIMDEC
    DIMTDEC
    DIMALTU
    DIMALTTD
    DIMADEC
    DIMAZIN
    DIMATFIT
    DIMFRAC
    DIMLUNIT
    DIMTMOVE
    DIMTXSTY
    DIMTXT_FULLINFO
    DIMTXT_ISSHAPE
    DIMTXT_ISVERTICAL
    DIMTXT_TXTSIZE
    DIMTXT_XSCALE
    DIMTXT_OANGLE
    DIMTXT_FLAGS
    DIMTXT_PRIORSIZE
    DIMTXT_FILENAME
    DIMTXT_BIGFILE
    DIMTXT_FONT
    DIMTXT_BOLD
    DIMTXT_ITALIC
    DIMTXT_CHARSET
    DIMTXT_PITCH
    DIMSCALE
    DIMASZ
    DIMEXO
    DIMDLI
    DIMEXE
    DIMRND
    DIMDLE
    DIMTP
    DIMTM
    DIMTXT
    DIMCEN
    DIMTSZ
    DIMALTF
    DIMLFAC
    DIMTVP
    DIMTFAC
    DIMGAP
    DIMALTRND
    DIMPOST
    DIMAPOST
    DIMBLK
    DIMBLK1
    DIMBLK2
    DIMLDRBLK
    DIMCLRD
    DIMCLRE
    DIMCLRT
    DIMLWD
    DIMLWE


    Hope this helps,

    Harrie
     
    zeha, Aug 16, 2004
    #6
  7. Thanks
    Leo
     
    Leothebuilder, Aug 16, 2004
    #7
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.