In TILIGO program, elements' or sets' names may be creates in such a way that they reflect the current values of the parameters.
Example:
In the Window described in the previous paragraphs, there are usually panes of glass that are found as components of the window. Therefore, it is recommend to note the name of this pane in the following way:
Glass unit dimensions:
- thickness {g} mm
- height {h} mm
- width {l} mm
When the program encounters name parameters surrounded by brackets {}, it replaces these parameters with specific numbers of local parameters of a given element.
In addition, in sets' you can take over all the names of elements of a set.
Therefore, you do not have to manually write the same name in a set and in components' names. By correcting the component's name you also correct the name of the set.
Example:
Set's name is described as:
Stationary computer of XMS type consisting of:
{1}
{2}
{3}
{4}
{5}
Alternatively, you can write:
Stationary computer of XMS type consisting of:
{ALL}
If the components of the set include:
1. Case ....
2. Processor ....
3. Motherboard ....
4. Memory ....
5. Power supply....
Then, the displayed set's name will be:
Stationary computer of XMS type consisting of:
Case ....
Processor ....
Motherboard ....
Memory ....
Power supply....
It is possible to quickly cope the content of the set into its name. In order to do this, you need to click on selected set's element and press the button [Add to the set name] from the context menu.