interface > interface label create

www.kxcad.net Home > CAE Index > MSC Software Index > Adams MD R2 Index


Your Ad Here

interface label create
Allows creation of a new label on the dialogue box.
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.
Format:
 
Example:
 
Description:
 
Extended Definition:
1.
2.
3.
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 = .12
This example command would produce a two line note located at the center of the view named 'front', and at a height of .12 units.
7.
8.
Your Ad Here