Attributes in Annotation Tags
Annotation tags can also contain different attributes. These can either be used in the Editor or in FTD files.
- HiCAD Part and Drawing attributes and HELiOS Article, Document and Project attributes
- Attributes of superordinate parts
- Usage attributes of product structure
- Referenced attributes
- Using of Text IDs
HiCAD and HELiOS Attributes
HiCAD and HELiOS attributes can be selected directly in the Annotation Editor. To do this, click on the Attributes button and select the desired attribute from the selection list.
The list is divided into the different attribute groups:
The selection list can be expanded, collapsed and searched for specific entries.
You also have the possibility to search for certain attributes by entering a corresponding term in the search field.
Frequently used attributes can be marked as favourites for faster access. Simply click on the symbol next to the attribute name. The symbol then changes its colour to yellow
. Attributes marked in this way are listed in the selection window under Favourites.
To remove an attribute from the Favourites list, simply click on the corresponding symbol - either directly in the Favourites list or in the attributes list.
After selecting an attribute, this attribute will be shown within a text block in curly brackets.
Please note:
- When using document attributes, the document master of the drawing, not that of the part, will be evaluated.
- When using project attributes, the procedure is as follows. If the part master is assigned to a project, the project attributes of the part are used. Otherwise, project information from the drawing will be evaluated.
- Prefixing the string %DBAD for document attributes or %DBAP for project attributes - as in previous HiCAD versions - is no longer necessary.
Attributes of superordinate parts
If you want to use attributes of the superordinate part when annotating a part, you can precede the attribute with the string %U. The letter U can also be used repeatedly so as to use the attributes in the structure of even higher parts, e.g.
Usage attributes of product structure
The usage attributes of the product structure, too, can be displayed in 3-D annotations. To do this, precede the attribute name in curly brackets with the string %DBVA, e.g.
Attribute name | Meaning |
---|---|
POSITIONSNUMMER | Item number |
HEL_ANZAHL | Quantity per part |
BEMERKUNG | Comment |
TEILEART | Part type (e.g. spare part, wear part etc.) |
No automatic updating of the tags will be performed if the usage attributes are changed.
Referenced attributes
HELiOS offers the option to define referenced attributes. In the default configuration of the software product, this option is used for the attribute MATERIAL in the article master. The attribute points to a reference attribute (in case of the MATERIAL attribute this the same-named reference attribute) and "inherits" the properties of this attribute. In HELiOS masks, for example, you can refer, via the referenced attribute BZ, to the designation of the material, while in the standard database the quality of fasteners is entered there.
You can use the string
%DBAT(ATTTRIBUT:REFERENZ)
to write referenced attributes onto annotation tags, e.g.:
%DBAT(MATERIAL:BZ)
Use of text IDs (for Administrators)
Text IDs from the HiCAD text service (as shown in the TEXTTABLESEDITOR.EXE) can now also be used in annotations. This is not realised via the Annotation Editor, but needs to be set accordingly via template files (FTD):
%TS(Textid)
Example:
%TS(WrongWrapFaces) produces the text Wrapping is not possible with the selected facets.