Radius dimension line too long

When a radius is dimensioned (with a line and arrow) it results in a long line that goes all the way to the center. Is there a way to shorten this line so it is just long enough for the dimension value when the text is above and aligned with the dimension line? I tried turning off the center mark, but that had no effect. AutoCAD does this automatically by default, but I could not find a setting in Bricscad V24 for this. Maybe I missed something?

Comments

  • It will be a setting in the dim style mine only drew from the arc edge. Problem dim has so many now which one.

    Type this (entget (car (entsel))) and select the arc dim. Compare to this one, ignore the X Y Z points and entity names, you can check yours by using ID and pick point.

    ((-1 . )
    (0 . "DIMENSION")
    (5 . "C3")
    (102 . "{ACAD_REACTORS")
    (330 . )
    (102 . "}")
    (102 . "{ACAD_XDICTIONARY")
    (360 . )
    (102 . "}")
    (330 . )
    (100 . "AcDbEntity")
    (67 . 0)
    (410 . "Model")
    (8 . "0")
    (370 . -1)
    (100 . "AcDbDimension")
    (280 . 0)
    (2 . "*D1")
    (10 80.0911004338674 100.805646864046 0.0)
    (11 67.2947025725359 123.6302015129 0.0)
    (12 0.0 0.0 0.0)
    (70 . 163)
    (1 . "")
    (71 . 5)
    (72 . 1)
    (41 . 1.0)
    (42 . 20.0312671848497)
    (73 . 0)
    (74 . 0)
    (75 . 0)
    (52 . 0.0)
    (53 . 0.0)
    (54 . 0.0)
    (51 . 0.0)
    (210 0.0 0.0 1.0)
    (3 . "Standard")
    (100 . "AcDbDiametricDimension")
    (13 0.0 0.0 0.0)
    (14 0.0 0.0 0.0)
    (15 70.787272661144 118.545163593831 0.0)
    (16 0.0 0.0 0.0)
    (50 . 0.0)
    (40 . 0.0))
  • Hello @ggranger3,

    If I understood your question correctly, the setting you are looking for is "Dim line forced" (DIMTOFL system variable).

    You can create a new dimension style where this setting is turned off from the Drawing Explorer, or you can select all your Diametric Dimensions and turn the setting off for them from the Properties Panel.

    All the best,
    Billie