QR CODE - customization

First install QR app in your Tekla you can find next files in the folder:
D:\TeklaStructures\2016i\Environments\common\system

Qr_Code_Drawing_A.dat
Qr_Code_Drawing_C.dat
Qr_Code_Drawing_W.dat
Qr_Code_Report_A.dat
Qr_Code_Report_C.dat
Qr_Code_Report_W.dat

/*---------------------------------------------------------------------------------------------

QR_Code_Drawing_C.dat

//Configuration file for Qr Codes in Concrete Drawings

// The name of this Value Field is CUSTOM.QRCODE_DRAWING_C

// Each value has to be separated by a tabulation
// The columns are:

// 1. Attribute name (maximum of 63 characters. Use only letters, numbers, dots and underlines)
// 2. Data type (FLOAT, CHARACTER, INTEGER, DATE)
// 3. Date format or number of decimals (present only if data type is FLOAT or DATE. Integer value
//    for the number of decimals and a date format available in the Template Editor)
// 4. Multiplier (multiplies the value returned for changing units)
// 5. Separator (Use dots, underlines, space, ... )

//Attribute name Data type Date format or number of decimals multiplier Separator 
//CAST_UNIT_POS CHARACTER   _
//USERDEFINED.DESIGN_CHECK_DATE DATE mm.dd.yyyy  _
//LENGTH FLOAT 0 1 _
//WEIGHT INTEGER  1 _
//USERDEFINED.comment CHARACTER   

PROJECT.NUMBER CHARACTER   ;
USERDEFINED.SM_Order_01 CHARACTER   ;
CAST_UNIT_POS CHARACTER   ; 

  CHARACTER   REV_
DRAWING.REVISION.MARK CHARACTER   
DRAWING.REVISION.LAST INTEGER   

//MAINPART.PROFILE CHARACTER   _
//MAINPART.USERDEFINED.SM_Order_01 CHARACTER   _
//VOLUME_ONLY_CONCRETE_PARTS FLOAT 2 0.000000001 _
//WEIGHT FLOAT 2 1 _


NOTE: its important take care with "spaces, tabs" and what king of variable CHARACTER / INTEGER or other...

You can check this for example in contentattributes_global.lst file,in the folder  D:\TeklaStructures\2016i\nt\TplEd\settings

to be continued...

Comentários

Mensagens populares