powered by CADENAS

Manual

Manual

4.11.3.5. [ELEMENT_box] as wildcard element

The "Box" element constructs wildcard elements in the sketch frame, in other words, it defines position and measurement of the therein contained elements.

Box can be parent element of "Grid" (see Section 4.11.3.4, “[ELEMENT_grid] to place several derivations ”) and "Derivation" (see Section 4.11.3.6, “[ELEMENT_derivation] for one single derivation ”) element.

The"Box" element is declared with "ELEMENT_" followed by a unique identification of the element.

Example:

[ELEMENT_box1]

The following attributes are available:

  • type= box

    Declares element type and is mandatory.

  • parent = frame (optional)

    Box is embedded into frame element. (See Section 4.11.3.9, “[ELEMENT_frame] Combine more elements in frame ”)

  • align (optional)

    Gives alignment of the elements contains in the box. Currently only "center" possible.

  • Position and dimensions of box:

    Following input is mandatory.

    • position_x: indicates x coordinates of box.

    • position_y: indicates y coordinates of box.

    • position_w: indicates width of box.

    • position_h: indicates height of box..

Example:

[ELEMENT_box1]
type=box
parent=frame
position_x=260
position_y=90
position_w=140
position_h=170