The dimension line is not going up to the terminator endpoint whenplacing a dimension.Product: MicroStation V8 2004 EditionVersion: 08.05.02.15Area: Dimension/Measure
The problem is due to a setting in a DWG dimension setting that wasmaintained when the DWG was saved to a dgn.In order to resolve this issue the following key-in needs to be used:mdl load calculat; calculator mdlDimStyle_setBoolIntProp (dgnDimStyle_getActiveFromModelRef (0), VALUE, FLAG)Where:VALUE = 1 ON, 0 OFFFLAG = 717 arrow, 718 Dot, 719 Origin, 720, StrokeIf the value is set to 0, the dimension line will run up to the end ofthe terminator. If this is set to 1, the dimension line will run up tothe start of the terminator and leave a gap.