CabMasterPro User Guide
In This Topic
    Line Label Page Properties
    In This Topic
           

    This is same as the standard Label page with the addition of a drop list for selecting the current Dim Line in the set.

    For quick links to more information, click on the options or page names. See also Dimension Set Tool.

    Dimension Set ToolLine Style Page PropertiesLine Filters Page PropertiesCommon ControlsDim LineFontStyleJustificationAlignmentTextAngle
    Format Line Label

    Type, Description and Code

    Refer Common Controls.

    Dim Line

    The drop down list allows you to select the dimension line in the set that you want to apply label settings i.e. each line can have different text settings applied.

    The 'Present' check box automatically reflects the selection on the Lines page but you can change whether the selected Dim Line is displayed (or not) here as well.

    Text

    The Text edit box is the most important control on the Label page as it allows you to set the text that will be displayed. This is normally blank as the default is %f (as shown). As you type into the Text box, the label will update itself if it is visible (or ticked as 'Present') on the drawing page. The Text box of a label can be, and frequently is, formula-controlled.

    Font

    Clicking the large "A" icon opens the standard Windows font dialog, where you can set the typeface, point size, style, effects and colour of the text. There is a sample area on the font dialog where you can see how the selected options will affect the text appearance. When you close the dialog, the text in the edit box updates to reflect the selected font.

    Style

    These buttons are used to turn the three style options on or off - bold, italic or underlined. Each button is independent so you can use any combination of styles at once. When a button appears depressed the corresponding style is enabled. The three styles are also available from the Font dialog.

    Justification

    The Justification buttons control where the text of a label appears horizontally relative to its attachment point. Unlike the Style buttons, these are linked so you can only select one at a time. From left to right, the buttons select left, centre and right justification, just like in any word processing application. With a Label, this only shifts the text left and right but with the Text Box it aligns all the lines of text to one side (or the centre) of the text box.

    Alignment

    The Alignment of a label is similar to the justification, except it controls the vertical position relative to the attachment point. The three buttons - Below, On and Above - are also linked so you can only select one at a time.

    Users with Developer software have formula control of the Alignment and Justification options. Doing this is a little harder that normal, but having to do this is uncommon. Both sets of options are controlled together, you cannot just control one and leave the other editable. Each option is controlled by a constant number, and you add these constants to control both at once. The numbers for the Justification controls are: Left = 1, Right = 2, Centre = 3. For the Alignment controls, they are: Above = 4, Below = 8, Centre = 12. So to set a label to be right-aligned and below the attachment point, we would add 2 and 8 to give 10 and enter that in the formula box. Or we could just type "2 + 8" to make it obvious where those numbers come from.

    Angle

    This is the angle that the text appears at on the drawing, with normal horizontal text being at zero degrees. You can enter any angle in either degrees or radians, and the text will be rotated around its attachment point by that angle.