powered by CADENAS

Manual

Manual

5.11.3.7. [ELEMENT_derivation] for one single derivation

The "Derivation" element represents a single 2D derivation.

Valid derivations are the standard derivations (top, bottom, front, etc., and isometric).

The "Derivation" element is embedded into a box element (otherwise it wouldn't be positionable).

The "Derivation" element is declared with "ELEMENT_" in the dw file followed by a unique identification for the element.

Example:

[ELEMENT_derivation1]

The display in the dialog box Edit element is grayed out (inactive) under Name.

The following attributes are mandatory:

  • type=derivation (type)

    Declares element type and is mandatory.

  • parent (Parent)

    The derivation element adjusts its size according to parent element.

  • view (View)

    The identifier of the standard derivation is entered here.

Example: "Derivation" can be used in order to place a single ISO view.

[ELEMENT_iso_view] 
type=derivation
parent=box2 
view=iso

Optionally, with the help of a text element a title or a ratio information can be added. Details on the text element are found under Section 5.11.3.8, “[ELEMENT_text] Text ”.

  • title (Title Item)

    With "title" you can add a title.

    In the dw file, enter the corresponding text element as key value or in the dialog box Edit element, select the desired text element in the list field.

  • ratio_title (Ratio Item)

    With "ratio_title" you can insert a ration information.

    In the dw file, enter the corresponding text element as key value or in the dialog box Edit element, select the desired text element in the list field.

  • title_show (Show title)

    Value range: true / false

    In order for the title to be displayed, "title_show" must be set on "true".

  • ratio_title_show

    Value range: true / false

    In order for the ratio information to be displayed, "ratio_title_show" must be set on "true".

  • use_ratio (Use ratio)

Example: Corresponding keys in dw file

title=isotitle
ratio_title=isotitleratio
title_show=true
ratio_title_show=true
use_ratio=false