powered by CADENAS

Manual

Manual

5.4.4.4. [ELEMENT_grid] to place several derivations

The "Grid" element defined a grid in which several standard derivations can be arranged.

Grid with 2 rows and 2 columns filled with 3 standard derivations

Grid with 2 rows and 2 columns filled with 3 standard derivations

The "Grid" element is declared as "ELEMENT_" followed by a unique identification for that element.

Example:

[ELEMENT_grid1]

The following attributes are available:

  • Type declaration

    • type = grid

      Declares element type and is mandatory.

  • Grid distribution

    • columns

      Defines the number of columns in the grid. In the image above, 2 columns.

    • rows

      Defines the number of rows in the grid. In the image above, 2 rows.

  • Cell spaces:

    • padding_y

      Defines the space between the individual derivations in the y plane (see red marking in above image)

    • padding_x

      Defines the space between the individual derivations in the x plane (see red marking in above image)

    • padding_unit

      Defines the unit in which the space is given. Currently only possible in PERCENT (based on box width).

  • Derivations used

    • order

      Identifies the standard derivations to be shown in the grid. In the image above top, none, front and left. (Continuing beginning at left bottom until top right)

  • Parent element (optional)

  • Title

    • title

      Via "title" you can add a title to the Grid_Element.

      [Note] Note

      In a separate block the properties for the title must be defined.

      The block name must be set up as follows:

      ELEMENT_<Wert von "title">

    • title_show

      So that the title is displayed, you must set "title_show" to "true".

  • Ratio title

    • ratio_title

      Via "ratio_title" beneath the title you can add the ration title.

      [Note] Note

      In a separate block the properties for the ratio title must be defined.

      The block name must be set up as follows:

      ELEMENT_<Wert von "ratio_title">

    • ratio_title_show

      Value range: true / false

      So that the ratio title can be displayed, you must set "ratio_title_show" to "true".

Example 1:

Grid without box

Grid without box

If no box is being used as parent, the entire available space is used. The size of the grid CANNOT be changed in Edit mode.

Example 2:

Grid with box

Grid with box

If a box is being used (see Section 5.4.4.5, “[ELEMENT_box] as wildcard element ”), it can be selected in Edit mode and the size maybe changed.

Configuration:

[Template]
name=grid_ohne_box
unitbase=mm

[Description]
default=Grid without box
german=Grid ohne Box
english=Grid without box

[ELEMENT_grid1]
type=grid
padding_x=10
padding_y=10
padding_unit=percent
columns=2
rows=2
order=top,none,front,left

Configuration:

[Template]
name=grid_mit_box
unitbase=mm

[Description]
default=Grid with box
german=Grid mit Box
english=Grid with box

[ELEMENT_box1]
type=box
align=center
position_x=20
position_y=20
position_w=230
position_h=245

[ELEMENT_grid1]
type=grid
parent=box1
padding_x=10
padding_y=10
padding_unit=percent
columns=2
rows=2
order=top,none,front,left