Text style associate to the dimstyle

Discussion in 'AutoCAD' started by Marcel Goulet, Jul 27, 2004.

  1. Hi,

    I need, using lisp or vlisp, to change the textstyle associate to the dimstyle.

    How can I do that ?

    Thanks
     
    Marcel Goulet, Jul 27, 2004
    #1
  2. As Tom pointed out in your last thread, dxf code
    340 is a pointer to the textstyle associated to the
    dimension style.

    What you need to do is, substitute the ename of the
    desired textstyle with the one that is currently defined.
     
    Jason Piercey, Jul 27, 2004
    #2
  3. Marcel Goulet

    dblaha Guest

    The text style of the current dimstyle is stored in the DIMTXSTY system varialble.

    (setvar "DIMTXSTY" "Standard")
     
    dblaha, Jul 27, 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.