Which key-in controls whether the dimension lines should extend all the way to the extension lines?


  
 Applies To 
  
 Product(s):MICROSTATION
 Version(s):08.05.00.34
 Environment: N\A
 Area: Dimensions
 Subarea: Dim Styles
 Original Author:Bentley Technical Support Group
  

Problem

Which key-in controls whether the dimension lines should extend all the way to the extension lines?


Solution

mdl load calculat; calculator mdlDimStyle_setBoolIntProp (dgnDimStyle_getActiveFromModelRef (0), FLAG, TERMTYPE)

where,

TERMTYPE = 717 : Arrow
TERMTYPE = 718 : Dot
TERMTYPE = 719 : Origin
TERMTYPE = 720 : Stroke
FLAG = 0 : Extend dimension line all the way to extension line
FLAG = 1 : Do not extend



See Also