Você está na página 1de 6

Advanced Grid labels

1. Purpose and description


With this plug-in you have more possibilities to define grid labels.
Grid labels can be defined with an extra text. This text can be freely defined in the model and
shown on the drawing.

2. System requirements
Tekla Structures version: 18.0
.NET Framework version: 4.0
Environments: Non-imperial
Language: German, English

3. Installation
To install the plug-in:
1. Close Tekla Structures.
2. Install the application using the 32bit (x86) or 64bit installation package.

4. Usage
4.1. Setup
To use the plug-in:
1. Open Tekla Structures. Open a drawing to get into the drawing environment. You
should see a new toolbar in the top left corner.
2. If you dont see a new toolbar, you can add the plug-in manually to an existing toolbar.
To add the command to an existing toolbar, please double-click on the icon
Customize or go to Tools > Customize .
3. Enter Create AdvancedGridLabels in the filter. Select the toolbar where you want the
icon to be created in and push the arrow to the right.

Copyright 2012 Tekla Corporation February 2012


4. To apply the changes you have to click Close.
5. Open a drawing

4.2. Starting the plugin to create advanced grid labels

1. With a double click on the Advanced Grid Label icon, you open the dialog box.

Copyright 2012 Tekla Corporation February 2012


With a simple click on it you start the command.
2. You are prompted to pick a grid in the lower right corner.
3. The defined settings will be applied to the picked grid.

4.3. Modifying an existing grid label


1. To modify the advanced grid labels, you have to select the grid labels itself and NOT
the grid.

4.4. Size of the Grid label frame


1. You can define a fixed size for the grid label frame by setting the advanced option
XS_DRAWING_GRID_LABEL_FRAME_FIXED_WIDTH to a defined value. You can
define this variable by going to the menu Tools > Options > Advanced Options >
Drawing Properties.
2. f you want that the size of the Grid label frame is calculate automatically, you leave
this field empty.

Copyright 2012 Tekla Corporation February 2012


5. Properties

Property Description
Use settings from Here you can define where the settings are taking
from. You have the option to inherit the settings from
the grid or you define the settings yourself inside the
User Interface.
Frame type Here you can select the type of the frame. You can
select out of 4 options.
Option 1: Circle and grid label at the bottom

Option 2: Circle and grid label at the top

Option 3: Oval and grid label at the bottom

Option 4: Oval and grid label at the top

Achsbezeichnung Text The additional text can be defined directly in the UDA
field of the grid itself.
The UDA is using the variable "GRID_TEXT"
Example:
/*****************************************************************/
/* Grid attributes */
/*****************************************************************/

grid(0,"Grid")
{
tab_page("","albl_Labels",3)
{
unique_attribute("GRID_TEXT", "Achsbezeichnung", string, "%s",
no, none, "0.0", "0.0")
{
value("", 0)
}
}
modify(1)
}

Ergebnis:

Grid label placing Here you can define which grid labels will be shown
and in which distance to the grid.

Copyright 2012 Tekla Corporation February 2012


Frame Here you can define the color and the linetype of the
frame.

Text Here you can define the looks of the grid labels (Color,
Height and Font).

6. Result
This could be a result of the tool

Before

Copyright 2012 Tekla Corporation February 2012


After

7. Additional information
- There is no check if the user is trying to create the same grid labels twice for the same grid.
This function is available in Version 18.0 and newer. So please avoid double creation in
Version 17.0.
- Grid labels cannot be changed if following situation comes true
o One of the grid labels on this grid has the height 0.
o If a view is placed inside another view which has a modified grid already.

Copyright 2012 Tekla Corporation February 2012

Você também pode gostar