powered by CADENAS

Manual

Manual

5.11.3.6. [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 5.11.3.5, “[ELEMENT_grid] to place several derivations ”) and "Derivation" (see Section 5.11.3.7, “[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 display in the dialog box Edit element is grayed out (inactive) under Name.

The following attributes are available:

  • type= box (type)

    Declares element type and is mandatory.

  • parent = frame (Parent) - Parent element (optionally)

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

  • Position and dimensions of box:

    Following input is mandatory.

    • position_x (X): Indicates X coordinates of top left point of box.

    • position_y (Y): Indicates Y coordinates of top left point of box.

    • position_w (Width): Indicates width of box.

    • position_h (Height): Indicates height of box..

Example:

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