dimension text

Discussion in 'AutoCAD' started by Jan van de Poel, Feb 13, 2004.

  1. Hi group,

    was wundering if it would be possible to modify an dimension text into a
    self calcutating string.

    Right, example:

    measure is 4000, noted should be 4000=8*500 (can be easily done as:
    <>=8*500)

    What my goal is that the 500 would be calculated from the 4000.

    Something like: <>=8*(/ <> 8)
    wich means: calcultate the size from the total measure.
    Tried it, this doesn't work.

    Any ideas how to get this funktioning.
    If possible.

    Jan
     
    Jan van de Poel, Feb 13, 2004
    #1
  2. Jan van de Poel

    Doug Broad Guest

    Is it possible? Yes
    How? With object reactors and by putting the formula in xdata,
    in the reactor, or in an extension dictionary rather than in the text
    of the dimension.

    Regards,
    Doug Broad
     
    Doug Broad, Feb 13, 2004
    #2
  3. Jan van de Poel

    OLD-CADaver Guest

    DIMLFAC
     
    OLD-CADaver, Feb 13, 2004
    #3
  4. Jan van de Poel

    Doug Broad Guest

    Another way besides reactors:
    1) Turn dimalt on
    2) Set dimapost to 8*[]
    3) Set dimaltf to 0.125


    Use the alternate
     
    Doug Broad, Feb 13, 2004
    #4
  5. Jan van de Poel

    Doug Broad Guest

    A third way:
    set overrides for that dimension:
    dimaltf = 0.125
    dimpost= "<> = 8 * []"

    The presence of the [] engages the alternate units
     
    Doug Broad, Feb 13, 2004
    #5
  6. Jan van de Poel

    Doug Broad Guest

    That should have been
    textoverride = "<> = 8 * []"
    not
    dimpost
     
    Doug Broad, Feb 13, 2004
    #6
  7. Thanks guys,

    i'll try the options mentioned.

    Didn't know that it could be done so 'relatively' simple.

    jan
     
    Jan van de Poel, Feb 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.