You want to display the following text in the first line of the label:
#.## x #.###m Wgt: ##.##to
In the ”Pattern” line, enter:
%4.2fx%5.3fm Wgt: %5.2fto
In the ”Variable” line, enter:
Len, Hgt, Wgt
If, for example, you want to display the girder number and type in the second line, you need to enter the following in the ”Pattern” line:
%d Pcs. %s
In the ”Variable” line, enter:
GPcs, GTyp
If you want to display the area and perimeter of the element in the third line, you need to enter the following in the ”Pattern” line:
Ar=%5.2fm2, P=%5.2fm
In the ”Variable” line, enter:
Len*Hgt, 2*(Len+Hgt)
(C) Allplan GmbH | Privacy policy |