you could also change the unit for only some labels.
This is done by the following steps
- you have to insert rectangle brackets with three numbers between the "%" and the tokenname, for example:
%[3,3,2]Thickness - what does this means? the numbers show entries from 3 different tables which you could find in the AstorBase
(you could open the Management Tools and then the Tableeditor to have a look in the tables - the first number is the unit for the token, maybe for this example we need a UnitofDistance (there're other ones for area,angle and so on), by looking in the table we found the Key 3 for milimeter
- the second number is for the table "unitsType"--for our example the key 3 means decimal
- the third number is for the table "UnitPrecision" and here we see the key 2 which means "0,0"
So what is the result of this example? We could set our label units in the Managemen Tools --Settings with no number after the comma, but this token will have 0ne. If you label a plate which have a thickness in the model of 3,2 mm and the width is 200,3mm the length maybe 300,4mm, then the label would be PL3,2x200x300.
If we delete the brackets of the token thickness, the result would be PL3x200x300.
Sebastian Eiche
Application Engineer @Mensch und Maschine acadGraph

If this information was helpful, please use the Accept as Solution function, this make it easier for other users