www.kxcad.net Home > CAE Index > MSC Software Index > Adams MD R2 Index
Specifies a label for an axis which will be displayed near the axis, its placement depending on where the axis is placed. The label can be of unlimited length, but may not all fit on the plot if it's very long. If the string contains spaces, it must be enclosed in quotation marks.
Specifies the label size as pixel or relative to dialogue box window Specifies the attachment and scaling option for the label Specifies the attachment and scaling option for the label Specifies the location of the label on the dialogue box Specifies the height of the label in terms of relative units or pixel Specifies the width of the label field in terms of relative units or pixel Specifies the address of the image to be displayed for iconic label
1.
3. The size of the label can be specified either in terms of number of pixels. Alternatively, the size can also be stated as relative to the dialogue box window
4. The vertical and horizontal resizing options are used to adjust the placement of the label menu on existing dialogue box. For example, attach_left; attach_top options for Horiz_resizing and Vert_resizing will place the label on the top left corner of the dialogue box. The location can also be specified from the top left corner by adjusting the parameter ‘location’
5. The size of the label window can be specified with respect to the dialogue box window size. The value for parameter height and width should be a real number between 0.0 and 2.0, where 2.0 represents the height of the dialogue window. Therefore, a value of 1.0 will set the label field window to be one half as high as the dialogue box window.
6. The ‘text’ specifies the text string(s) that will comprise the note text. You may enter the text string(s) for this parameter without double quote marks, if the string contains no "blanks" or special characters such as *&^%$#@!-/><. If the text string(s) do have any of these special characters the string must be quoted. To enter a multiline note, each line must be entered as a separate string, separated by a comma. An Example: note create note=.front.n1 screen_coords=0,0 & TEXT="This is a","multi line note" size = .12This example command would produce a two line note located at the center of the view named 'front', and at a height of .12 units.