TEKLA TEMPLATES - FORMULA TO CHANGE SHOW PAPER SIZE

PAPEL SIZE

Esta formula compara o tamanho da folha e se for igual ao "texto" depois mostra o seguinte "texto"

Content type: DRAWING

if (GetValue("SIZE") == "1189x841") then "A0"
else
if (GetValue("SIZE") == "841x594") then "A1"
else
if (GetValue("SIZE") == "594x420") then "A2"
else
if (GetValue("SIZE") == "420x297") then "A3"
else
if (GetValue("SIZE") == "297x210") then "A4"
else
if (GetValue("SIZE") == "210x297") then "A4v"
else ""
endif
endif
endif
endif
endif
endif

Comentários

Mensagens populares