Our 3D CAD supplier models have been moved to 3Dfindit.com, the new visual search engine for 3D CAD, CAE & BIM models.
You can log in there with your existing account of this site.
The content remains free of charge.
![]() |
5.11.3.
2D derivation: Create your own Combination views (*.dw)
5.11.3.7. [ELEMENT_derivation] for one single
derivation
|
|
---|---|
Prev | Next |
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.
[ELEMENT_derivation1]
The display in the dialog box Edit element is grayed out (inactive) under Name.
The following attributes are mandatory:
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 ”.
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.
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.
In order for the title to be displayed, "title_show" must be set on "true".
In order for the ratio information to be displayed, "ratio_title_show" must be set on "true".
Example: Corresponding keys in dw file
title=isotitle ratio_title=isotitleratio title_show=true ratio_title_show=true use_ratio=false