Вы находитесь на странице: 1из 38

Tekla Structures

Administrators Guide

Upgrade guide from 18.1 to 19.0

This new administrator's guide was formerly called the localization guide. It is meant as a guide for
advanced users to determine what additional customizations are available in new Tekla Structures
versions.
The information presented regarding the product features and functionalities is for informational
purposes only and should not be relied upon in making a purchasing decision.
Tekla is under no obligation to deliver any future products, features, or functions within any specified
time frame, if at all. Release dates and content are subject to change at Teklas sole discretion.

2 (38)

GENERAL SETTINGS

Table of contents
1.

GENERAL SETTINGS ............................................................................................................................................................. 3


1.1
New license types ........................................................................................................................................................... 3
1.2
Options settings ............................................................................................................................................................... 3
1.2.1 Options are stored to database and changes are shared incrementally ................................................................. 3
1.2.2 Advanced Options - Option types fixed, no longer "any value means true"............................................................ 5
1.3
Model templates Version update................................................................................................................................. 5
1.4
Visibility setting to view level connection mark dialog added in GA drawing............................................................... 6
1.5
Refresh Associativity of old cloning templates .............................................................................................................. 6

2.

STEEL SETTINGS ................................................................................................................................................................... 7


2.1
Drawing settings ..............................................................................................................................................................7
2.1.1 Haunch part representation in single part drawings ................................................................................................. 7

3.

CAST IN SITU SETTINGS ...................................................................................................................................................... 7


3.1
Modeling settings Pour Management ......................................................................................................................... 7
3.1.1 Cast unit type .............................................................................................................................................................. 7
3.1.2 Visibility of Pour Breaks in model view ...................................................................................................................... 8
3.1.3 Inquire pour object report and pour break................................................................................................................. 8
3.1.4 Pour reports needed ................................................................................................................................................... 9
3.1.5 Pour break UDAs in model ......................................................................................................................................10
3.1.6 Pour object UDAs for model ....................................................................................................................................10
3.2
Drawing settings Pour Management .........................................................................................................................15
3.2.1 Continuous Concrete and rebars in drawings.........................................................................................................15
3.2.2 Pour Break standard file settings for CU and GA drawings ...................................................................................16
3.2.3 Neighbor parts reinforcement and meshes are visualized in CU-drawings .........................................................17
3.2.4 Pour Object and Pour Break associative note ........................................................................................................17
3.2.5 Templates for Pour Object and Pour Break ............................................................................................................18
3.2.6 Pour break symbols in drawings ..............................................................................................................................19
3.2.7 Pour break property dialog on drawing, view, object level .....................................................................................20
3.3
IFC export of pour objects and pour breaks ................................................................................................................20
3.4
Model Organizer settings for Pour Object and Pour Break ........................................................................................22

4.

CONSTRUCTION MANAGEMENT SETTINGS ...................................................................................................................22


4.1
Modeling settings ..........................................................................................................................................................22
4.1.1 New Object Browser .................................................................................................................................................22
4.1.1.1
Edit existing Property set template .................................................................................................................23
4.1.1.2
Create a new Property set template ...............................................................................................................24
4.1.1.3
Export to Excel.................................................................................................................................................36

Tekla Corporation
Headquarters
Metsnpojankuja 1
P.O.Box 1
FI-02131 Espoo
FINLAND

Tel. +358 30 661 10


Fax +358 30 661 1500

Trade Reg. 183.128


Business Identity Code 0196634-1
Domicile: Espoo

3 (38)

GENERAL SETTINGS

1. GENERAL SETTINGS
1.1 New license types
The new license types and use with XS_DEFAULT_LICENSE variable in Tekla Structures are marked here in RED:
rem set XS_DEFAULT_LICENSE=FULL
rem set XS_DEFAULT_LICENSE=PRIMARY
rem set XS_DEFAULT_LICENSE=STEEL_DETAILING
rem set XS_DEFAULT_LICENSE=CAST_IN_PLACE
rem set XS_DEFAULT_LICENSE=PRECAST_CONCRETE_DETAILING
rem set XS_DEFAULT_LICENSE=CONSTRUCTION_VIEWER
rem set XS_DEFAULT_LICENSE=CONSTRUCTION_MANAGEMENT
rem set XS_DEFAULT_LICENSE=CONSTRUCTION_MODELING
rem set XS_DEFAULT_LICENSE=DRAFTER
rem set XS_DEFAULT_LICENSE=ENGINEERING
rem set XS_DEFAULT_LICENSE=VIEWER
rem set XS_DEFAULT_LICENSE=EDUCATIONAL
rem set XS_DEFAULT_LICENSE=DEVELOPER
Use to set the default license for a user role. The advanced option can be used either in a role-specific initialization file
(role_*.ini) for setting the default license for a selected role, or in a separate initialization file together with
XS_DEFAULT_ROLE and XS_DEFAULT_ENVIRONMENT for bypassing the login dialog.
1.2 Options settings
1.2.1 Options are stored to database and changes are shared incrementally
Multi use of options and advanced options is improved. Option sharing is supported, for Advanced options and Options
on Tools > Options dialog. For model / drawings level, all users of the model must have the same option values. Also in
traditional multiuser option modifications are now merged.
New databases options_model.db and options_drawings.db are created when model is created as it was created earlier
by reading the ini-files in specific order and standard.opt file. There are now separate option databases for system / model /
drawing / user options.
Options are read from standard.opt file from environment when model is created. Standard.opt is not stored anymore under
model attributes folder. Options are read from options_model.db and options_drawings.db when model is loaded. In
case user loads Options standard file it is read from file. If user sets OK or Apply the values are stored to memory and
saved to environment database and user.ini file. Save as with name works as before.
Save standard or Save as standard creates file under models attributes sub folder. If Cancel is pressed standard
settings will not apply to model. Saved environment database options are respected in conflicts.
Changing advanced option value in ini-files located outside model folder does not affect existing models.
Updating of advanced options can only be done from dialogs or options.ini located in model folder; not from
XSUSERDATADIR
(default
is
set
to:
Drive:\Users\<user_name>\AppData\Local\Tekla
Structures\<version>\UserSettings\), XS_FIRM nor XS_PROJECT anymore. The ini-files are read also when
opening existing model, but only new advanced options which do not exist in options_model.db / options_drawings.db
Tekla Corporation
Headquarters
Metsnpojankuja 1
P.O.Box 1
FI-02131 Espoo
FINLAND

Tel. +358 30 661 10


Fax +358 30 661 1500

Trade Reg. 183.128


Business Identity Code 0196634-1
Domicile: Espoo

4 (38)

GENERAL SETTINGS

are inserted (if new options were added to software). This means that advanced options can be reset only by removing
options_model.db / options_drawings.db from model folder.
All options have category parameter and value in database. Options with boolean (0 / 1) value TRUE if anything is written
are read as always but saved to databases and options.ini correctly.
Options and advanced options settings which are stored into environment databases:
-

all Advanced options settings:

The following Options settings:

User specific Options settings which are stored into AppData\options.bin:

Tekla Corporation
Headquarters
Metsnpojankuja 1
P.O.Box 1
FI-02131 Espoo
FINLAND

Tel. +358 30 661 10


Fax +358 30 661 1500

Trade Reg. 183.128


Business Identity Code 0196634-1
Domicile: Espoo

5 (38)

GENERAL SETTINGS

1.2.2 Advanced Options - Option types fixed, no longer "any value means true"
Earlier for example set XS_IMPERIAL=FALSE, XS_IMPERIAL=TRUE both returned TRUE as empty value was
considered FALSE. Now XS_IMPERIAL=FALSE, XS_IMPERIAL=TRUE return correct value.
Compatibility is maintained, i.e. when a macro gets XS_IMPERIAL value, if value is set to FALSE, empty string is returned.
On advanced Options dialog all values are displayed (instead of blank)
1.3 Model templates Version update
If you have own model templates, use Save as model template for model template version updates:
Open Tekla Structures 19.0 version
Create a new model using an existing model template
Give it the same name as in previous version
Open the 3d view
Diagnose & repair the model
Save the model as Model Template

Include needed catalog files and sub-folders from the model directory and press OK

Tekla Corporation
Headquarters
Metsnpojankuja 1
P.O.Box 1
FI-02131 Espoo
FINLAND

Tel. +358 30 661 10


Fax +358 30 661 1500

Trade Reg. 183.128


Business Identity Code 0196634-1
Domicile: Espoo

6 (38)

GENERAL SETTINGS

The *.bak, *.log and xs_user files should be removed automatically from the model directory
remove manually all *.db (environment database, options databases) files from the model
directory.
The model template is saved into location pointed by XS_MODEL_TEMPLATE_DIRECTORY
1.4 Visibility setting to view level connection mark dialog added in GA drawing
Manually created view couldn't show the connection code in drawings

1.5 Refresh Associativity of old cloning templates


The command recreates associativity rules. This is useful function, when
user likes to use cloning templates created by older TS version and like to
utilize better associativity of a newer TS version. Available only in
Customize dialog in drawing editor.
All existing old cloning templates need to be refreshed in
order to get new associativity into use!

Open the Cloning template model (example: TeklaStructures/environments/default/cloning_templates/Drawing Catalog new


format wizards)
Open the drawing and run the Refresh Associativity

Then save the drawing. Repeat for all drawings in the model, then save the model.

Tekla Corporation
Headquarters
Metsnpojankuja 1
P.O.Box 1
FI-02131 Espoo
FINLAND

Tel. +358 30 661 10


Fax +358 30 661 1500

Trade Reg. 183.128


Business Identity Code 0196634-1
Domicile: Espoo

7 (38)

STEEL SETTINGS

2. STEEL SETTINGS
2.1 Drawing settings
2.1.1 Haunch part representation in single part drawings
advanced option added:
XS_DRAWING_USE_WORKSHOP_FORM_FOR_DOUBLE_PARTS_IN_SINGLE_PART_DRAWINGS
set it to FALSE if you don't like the default behavior of showing haunch profiles as double parts in single part drawings.
This setting affects ONLY to part representation, not to dimensioning nor part properties if it is shown in workshop form.
Default behavior:
haunch (translations checked in drawing.ail) has different length calculations and uses different part presentation in
drawings than beam. The calculation routine checks the part name and when "HAUNCH" or translations of it is found the
haunch calculation is used.
You can add additional names for haunch profiles in drawing.ail file under messages folder. Use the strings
"drawing_haunch_2" or "drawing_haunch_3"

3. CAST IN SITU SETTINGS


3.1 Modeling settings Pour Management
Pour Management is activated by default only to Contractor or Construction Management roles. The functionality can be
activated to other roles in Advanced options with variable XS_ENABLE_POUR_MANAGEMENT=TRUE.
3.1.1 Cast unit type
Engineering and Cast in Place detailer roles need to have Cast unit type set to Cast in place for Continuous concrete to
work. New Pour phase field gets activated when Cast unit type is set to Cast in place

Tekla Corporation
Headquarters
Metsnpojankuja 1
P.O.Box 1
FI-02131 Espoo
FINLAND

Tel. +358 30 661 10


Fax +358 30 661 1500

Trade Reg. 183.128


Business Identity Code 0196634-1
Domicile: Espoo

8 (38)

CAST IN SITU SETTINGS

3.1.2 Visibility of Pour Breaks in model view

The visibility of pour breaks can be changed on/off from Display properties-dialog.
3.1.3 Inquire pour object report and pour break
Global TS_Report_Inquire_Pour_Break.rpt and TS_Report_Inquire_Pour.rpt files are available in common/system
folder. Available template attribute fields:
// ------------------// POUR_BREAK - object
// ------------------POUR_BREAK

= GUID

POUR_BREAK

= ID

POUR_BREAK

= NUMBER#1

// ------------------// POUR_OBJECT - object


// ------------------POUR_OBJECT

= AREA

POUR_OBJECT

= AREA_PROJECTION_GXY_NET

POUR_OBJECT

= AREA_PROJECTION_GXZ_NET

POUR_OBJECT

= AREA_PROJECTION_GYZ_NET

POUR_OBJECT

= AREA_PGZ

Tekla Corporation
Headquarters
Metsnpojankuja 1
P.O.Box 1
FI-02131 Espoo
FINLAND

Tel. +358 30 661 10


Fax +358 30 661 1500

Trade Reg. 183.128


Business Identity Code 0196634-1
Domicile: Espoo

9 (38)

CAST IN SITU SETTINGS


POUR_OBJECT

= AREA_NGZ

POUR_OBJECT

= AREA_PGX

POUR_OBJECT

= AREA_NGX

POUR_OBJECT

= AREA_PGY

POUR_OBJECT

= AREA_NGY

POUR_OBJECT

= CONTENTTYPE

POUR_OBJECT

= GUID

POUR_OBJECT

= ID

POUR_OBJECT

= NUMBER#1

POUR_OBJECT

= MATERIAL

POUR_OBJECT

= TOP_LEVEL

POUR_OBJECT

= BOTTOM_LEVEL

POUR_OBJECT

= VOLUME

POUR_OBJECT

= WEIGHT

POUR_OBJECT

= WEIGHT_NET

3.1.4 Pour reports needed


Sample report into Default environment > localization
Available template attribute fields:
// ------------------// POUR_OBJECT - object
// ------------------POUR_OBJECT

= AREA

POUR_OBJECT

= AREA_PROJECTION_GXY_NET

POUR_OBJECT

= AREA_PROJECTION_GXZ_NET

POUR_OBJECT

= AREA_PROJECTION_GYZ_NET

POUR_OBJECT

= AREA_PGZ

POUR_OBJECT

= AREA_NGZ

POUR_OBJECT

= AREA_PGX

POUR_OBJECT

= AREA_NGX

POUR_OBJECT

= AREA_PGY

POUR_OBJECT

= AREA_NGY

POUR_OBJECT

= CONTENTTYPE

POUR_OBJECT

= GUID

POUR_OBJECT

= ID

POUR_OBJECT

= NUMBER#1

POUR_OBJECT

= MATERIAL

Tekla Corporation
Headquarters
Metsnpojankuja 1
P.O.Box 1
FI-02131 Espoo
FINLAND

Tel. +358 30 661 10


Fax +358 30 661 1500

Trade Reg. 183.128


Business Identity Code 0196634-1
Domicile: Espoo

10 (38)

CAST IN SITU SETTINGS


POUR_OBJECT

= TOP_LEVEL

POUR_OBJECT

= BOTTOM_LEVEL

POUR_OBJECT

= VOLUME

POUR_OBJECT

= WEIGHT

POUR_OBJECT

= WEIGHT_NET

// ------------------// POUR_BREAK - object


// ------------------POUR_BREAK

= GUID

POUR_BREAK

= ID

POUR_BREAK

= NUMBER#1

3.1.5 Pour break UDAs in model


Standard Pour Break UDAs available:
common/inp/objects.inp file:
/***************************************************************************/
/* Pour Break Attributes */
/***************************************************************************/
pour_break(0,"j_Pour_Break")
{
tab_page("","jd_Parameters",3)
{
attribute("COMMENT", "j_comment", string, "%s", no, none, "0.0", "0.0")
{
value("", 0)
}
attribute("BREAK_TYPE", "j_Pour_break_type", string, "%s", no, none, "0.0", "0.0")
{
value("", 0)
}
}
modify(1)
}

contentattributes_userdefined.lst file in nt/tpled/settings contains the following bindings:


// ================================
// Pour Break
// -------------------------// tab_page("","jd_Parameters",3)
// ================================
POUR_BREAK = USERDEFINED.COMMENT
POUR_BREAK = USERDEFINED.BREAK_TYPE

3.1.6 Pour object UDAs for model


Standard Pour Object UDAs are defined in two separate objects.inp files:
common/inp/objects.inp file
/***************************************************************************/
Tekla Corporation
Headquarters
Metsnpojankuja 1
P.O.Box 1
FI-02131 Espoo
FINLAND

Tel. +358 30 661 10


Fax +358 30 661 1500

Trade Reg. 183.128


Business Identity Code 0196634-1
Domicile: Espoo

11 (38)

CAST IN SITU SETTINGS


/* Pour Object Attributes */
/***************************************************************************/
pour_object(0,"j_Pour_Object")
{
tab_page("","j_Pour_Object",3)
{
attribute("POUR_NUMBER", "j_Pour_number", string, "%s", no, none, "0.0", "0.0")
{
value("", 0)
}
attribute("POUR_TYPE", "j_Pour_type", string, "%s", no, none, "0.0", "0.0")
{
value("", 0)
}
attribute("CONCRETE_MIXTURE", "j_Pour_concrete_mixture", string, "%s", no, none, "0.0",
"0.0")
{
value("", 0)
}
attribute("COMMENT", "j_Pour_comment", string, "%s", no, none, "0.0", "0.0")
{
value("", 0)
}
}
tab_page("","jd_Parameters",4)
{
attribute("COMMENT", "j_comment", string, "%s", no, none, "0.0", "0.0")
{
value("", 0)
}
attribute("USER_FIELD_1", "j_user_field_1", string, "%s", no, none, "0.0", "0.0")
{
value("", 0)
}
attribute("USER_FIELD_2", "j_user_field_2", string, "%s", no, none, "0.0", "0.0")
{
value("", 0)
}
attribute("USER_FIELD_3", "j_user_field_3", string, "%s", no, none, "0.0", "0.0")
{
value("", 0)
}
attribute("USER_FIELD_4", "j_user_field_4", string, "%s", no, none, "0.0", "0.0")
{
value("", 0)
}
}
tab_page("IFCparameters","IFC",5)
modify(1)
}

common/system/ConstructionManagement/objects.inp
/* Pour object attribute tab pages */
tab_page("TAB_WORKFLOW_POUR")
{
attribute("label", "j_FORMWORK", label, "%s", no, none, "0.0", "0.0", 350, 0, 150)
attribute("label", "j_Checked_by", label,"%s", no, none, "0.0", "0.0", 30, 30, 150)
attribute("FORMWORK_CHECKED_BY", "" , string, "%s", no, none, "0.0", "0.0", 230, 30, 150)
{
value("", 0)
}
attribute("label", "j_Formwork_comment", label,"%s", no, none, "0.0", "0.0", 30, 55, 150)
attribute("FORMWORK_COMMENT", "", string, "%s", no, none, "0.0", "0.0", 230, 55, 150)
{
Tekla Corporation
Headquarters
Metsnpojankuja 1
P.O.Box 1
FI-02131 Espoo
FINLAND

Tel. +358 30 661 10


Fax +358 30 661 1500

Trade Reg. 183.128


Business Identity Code 0196634-1
Domicile: Espoo

12 (38)

CAST IN SITU SETTINGS


value("", 0)
}
attribute("label", "j_Formwork_status", label,"%s", no, none, "0.0", "0.0", 30, 80, 150)
attribute("FORMWORK_STATUS", "", option,"%s", no, none, "0.0", "0.0", 230, 80, 150)
{
value("", 2)
value("j_Incomplete", 0)
value("j_One_side", 0)
value("j_Completed", 0)
}
attribute("label", "j_Check_date", label,"%s", no, none, "0.0", "0.0", 430, 30, 150)
attribute("FORMWORK_CHECK_DATE", "" , date, "%d", no, none, "0.0", "0.0", 580, 30, 150)
{
value("", 0)
}
attribute("label", "j_Planned_start", label,"%s", no, none, "0.0", "0.0", 430, 55, 150)
attribute("PLANNED_START_FORM", "", date, "%d", no, none, "0.0", "0.0", 580, 55, 150)
{
value("", 0)
}
attribute("label", "j_Planned_end", label,"%s", no, none, "0.0", "0.0", 430, 80, 150)
attribute("PLANNED_END_FORM", "", date, "%d", no, none, "0.0", "0.0", 580, 80, 150)
{
value("", 0)
}
attribute("label", "j_Actual_start", label,"%s", no, none, "0.0", "0.0", 430, 105, 150)
attribute("ACTUAL_START_FORM", "", date, "%d", no, none, "0.0", "0.0", 580, 105, 150)
{
value("", 0)
}
attribute("label", "j_Actual_end", label,"%s", no, none, "0.0", "0.0", 430, 130, 150)
attribute("ACTUAL_END_FORM", "", date, "%d", no, none, "0.0", "0.0", 580, 130, 150)
{
value("", 0)
}
picture("line.bmp", 457, 10, 100, 160)
attribute("label", "j_REINFORCEMENT", label, "%s", no, none, "0.0", "0.0", 350, 180, 150)
attribute("label", "j_Checked_by", label,"%s", no, none, "0.0", "0.0", 30, 210, 150)
attribute("REBAR_CHECK_BY", "" , string, "%s", no, none, "0.0", "0.0", 230, 210, 150)
{
value("", 0)
}
attribute("label", "j_Reinforcement_comment", label,"%s", no, none, "0.0", "0.0", 30, 235,
150)
attribute("REBAR_COMMENT", "", string, "%s", no, none, "0.0", "0.0", 230, 235, 150)
{
value("", 0)
}
attribute("label", "j_Release_number", label,"%s", no, none, "0.0", "0.0", 30, 260, 150)
attribute("REBAR_RELEASE_NO", "", string, "%s", no, none, "0.0", "0.0", 230, 260, 150)
{
value("", 0)
}
attribute("label", "j_Shipment_number", label,"%s", no, none, "0.0", "0.0", 30, 285, 150)
attribute("REBAR_SHIPMENT_NO", "", string, "%s", no, none, "0.0", "0.0", 230, 285, 150)
{
value("", 0)
}
attribute("label", "j_Reinforcement_status", label,"%s", no, none, "0.0", "0.0", 30, 310,
150)
attribute("REBAR_STATUS", "", option,"%s", no, none, "0.0", "0.0", 230, 310, 150)
{
value("", 2)
value("j_Ordered", 0)
value("j_On_site",0)
Tekla Corporation
Headquarters
Metsnpojankuja 1
P.O.Box 1
FI-02131 Espoo
FINLAND

Tel. +358 30 661 10


Fax +358 30 661 1500

Trade Reg. 183.128


Business Identity Code 0196634-1
Domicile: Espoo

13 (38)

CAST IN SITU SETTINGS


value("j_Completed", 0)
}
attribute("label", "j_Check_date", label,"%s", no, none, "0.0", "0.0", 430, 210, 150)
attribute("REBAR_CHECK_DATE", "" , date, "%d", no, none, "0.0", "0.0", 580, 210, 150)
{
value("", 0)
}
attribute("label", "j_Planned_start", label,"%s", no, none, "0.0", "0.0", 430, 235, 150)
attribute("PLANNED_START_REBAR", "", date, "%d", no, none, "0.0", "0.0", 580, 235, 150)
{
value("", 0)
}
attribute("label", "j_Planned_end", label,"%s", no, none, "0.0", "0.0", 430, 260, 150)
attribute("PLANNED_END_REBAR", "", date, "%d", no, none, "0.0", "0.0", 580, 260, 150)
{
value("", 0)
}
attribute("label", "j_Actual_start", label,"%s", no, none, "0.0", "0.0", 430, 285, 150)
attribute("ACTUAL_START_REBAR", "", date, "%d", no, none, "0.0", "0.0", 580, 285, 150)
{
value("", 0)
}
attribute("label", "j_Actual_end", label,"%s", no, none, "0.0", "0.0", 430, 310, 150)
attribute("ACTUAL_END_REBAR", "", date, "%d", no, none, "0.0", "0.0", 580, 310, 150)
{
value("", 0)
}
picture("line.bmp", 457, 10, 100, 340)
attribute("label", "j_POUR", label, "%s", no, none, "0.0", "0.0", 350, 360, 150)
attribute("label", "j_Pour_comment", label,"%s", no, none, "0.0", "0.0", 30, 390, 150)
attribute("POUR_COMMENT", "", string, "%s", no, none, "0.0", "0.0", 230, 390, 150)
{
value("", 0)
}
attribute("label", "j_Pour_status", label,"%s", no, none, "0.0", "0.0", 30, 415, 150)
attribute("POUR_STATUS", "", option, "%s", no, none, "0.0", "0.0", 230, 415, 150)
{
value("", 2)
value("j_Ordered", 0)
value("j_Poured", 0)
value("j_Drying", 0)
value("j_Completed", 0)
}
attribute("label", "j_Planned_start", label,"%s", no, none, "0.0", "0.0", 430, 390, 150)
attribute("PLANNED_START_POUR", "", date, "%d", no, none, "0.0", "0.0", 580, 390, 150)
{
value("", 0)
}
attribute("label", "j_Planned_end", label,"%s", no, none, "0.0", "0.0", 430, 415, 150)
attribute("PLANNED_END_POUR", "", date, "%d", no, none, "0.0", "0.0", 580, 415, 150)
{
value("", 0)
}
attribute("label", "j_Actual_start", label,"%s", no, none, "0.0", "0.0", 430, 440, 150)
attribute("ACTUAL_START_POUR", "", date, "%d", no, none, "0.0", "0.0", 580, 440, 150)
{
value("", 0)
}
attribute("label", "j_Actual_end", label,"%s", no, none, "0.0", "0.0", 430, 465, 150)
attribute("ACTUAL_END_POUR", "", date, "%d", no, none, "0.0", "0.0", 580, 465, 150)
{
value("", 0)
}
}
tab_page("TAB_WORKFLOW_POUR","j_Workflow",5)
Tekla Corporation
Headquarters
Metsnpojankuja 1
P.O.Box 1
FI-02131 Espoo
FINLAND

Tel. +358 30 661 10


Fax +358 30 661 1500

Trade Reg. 183.128


Business Identity Code 0196634-1
Domicile: Espoo

14 (38)

CAST IN SITU SETTINGS


modify(1)
}

contentattributes_userdefined.lst file in nt/TplEd/settings contains the bindings:


// === Pour Object attributes ===
POUR_TYPE

CHARACTER LEFT TRUE 20

POUR_NUMBER

CHARACTER LEFT TRUE 14

CONCRETE_MIXTURE

CHARACTER LEFT TRUE 20

FORMWORK_CHECKED_BY

CHARACTER LEFT TRUE 20

FORMWORK_COMMENT

CHARACTER LEFT TRUE 20

FORMWORK_STATUS

CHARACTER LEFT TRUE 14

FORMWORK_CHECK_DATE

INTEGER LEFT TRUE 12 0 Date dd/mm/yyyy

PLANNED_START_FORM

INTEGER LEFT TRUE 12 0 Date dd/mm/yyyy

PLANNED_END_FORM

INTEGER LEFT TRUE 12 0 Date dd/mm/yyyy

ACTUAL_START_FORM

INTEGER LEFT TRUE 12 0 Date dd/mm/yyyy

ACTUAL_END_FORM

INTEGER LEFT TRUE 12 0 Date dd/mm/yyyy

REBAR_CHECK_BY

CHARACTER LEFT TRUE 20

REBAR_COMMENT

CHARACTER LEFT TRUE 20

REBAR_RELEASE_NO

CHARACTER LEFT TRUE 14

REBAR_SHIPMENT_NO

CHARACTER LEFT TRUE 14

REBAR_STATUS

CHARACTER LEFT TRUE 14

REBAR_CHECK_DATE

INTEGER LEFT TRUE 12 0 Date dd/mm/yyyy

PLANNED_START_REBAR

INTEGER LEFT TRUE 12 0 Date dd/mm/yyyy

PLANNED_END_REBAR

INTEGER LEFT TRUE 12 0 Date dd/mm/yyyy

ACTUAL_START_REBAR

INTEGER LEFT TRUE 12 0 Date dd/mm/yyyy

ACTUAL_END_REBAR

INTEGER LEFT TRUE 12 0 Date dd/mm/yyyy

POUR_COMMENT

CHARACTER LEFT TRUE 20

POUR_STATUS

CHARACTER LEFT TRUE 14

PLANNED_START_POUR

INTEGER LEFT TRUE 12 0 Date dd/mm/yyyy

PLANNED_END_POUR

INTEGER LEFT TRUE 12 0 Date dd/mm/yyyy

ACTUAL_START_POUR

INTEGER LEFT TRUE 12 0 Date dd/mm/yyyy

ACTUAL_END_POUR

INTEGER LEFT TRUE 12 0 Date dd/mm/yyyy

//
//
//
//
//
//
//

================================
Pour Object
-------------------------tab_page("","j_Pour_Object",3)
tab_page("","jd_Parameters",4)
tab_page("TAB_WORKFLOW_POUR","j_Workflow",4)
================================
POUR_OBJECT = USERDEFINED.[PourObject].POUR_NUMBER
POUR_OBJECT = USERDEFINED.[PourObject].POUR_TYPE
POUR_OBJECT = USERDEFINED.[PourObject].CONCRETE_MIXTURE

Tekla Corporation
Headquarters
Metsnpojankuja 1
P.O.Box 1
FI-02131 Espoo
FINLAND

Tel. +358 30 661 10


Fax +358 30 661 1500

Trade Reg. 183.128


Business Identity Code 0196634-1
Domicile: Espoo

15 (38)

CAST IN SITU SETTINGS


POUR_OBJECT
POUR_OBJECT
POUR_OBJECT
POUR_OBJECT
POUR_OBJECT
POUR_OBJECT
POUR_OBJECT
POUR_OBJECT
POUR_OBJECT
POUR_OBJECT
POUR_OBJECT
POUR_OBJECT
POUR_OBJECT
POUR_OBJECT
POUR_OBJECT
POUR_OBJECT
POUR_OBJECT
POUR_OBJECT
POUR_OBJECT
POUR_OBJECT
POUR_OBJECT
POUR_OBJECT
POUR_OBJECT
POUR_OBJECT
POUR_OBJECT
POUR_OBJECT
POUR_OBJECT
POUR_OBJECT
POUR_OBJECT
POUR_OBJECT

=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=

USERDEFINED.[PourObject].COMMENT
USERDEFINED.[Workflow].FORMWORK_CHECKED_BY
USERDEFINED.[Workflow].FORMWORK_COMMENT
USERDEFINED.[Workflow].FORMWORK_STATUS
USERDEFINED.[Workflow].FORMWORK_CHECK_DATE
USERDEFINED.[Workflow].PLANNED_START_FORM
USERDEFINED.[Workflow].PLANNED_END_FORM
USERDEFINED.[Workflow].ACTUAL_START_FORM
USERDEFINED.[Workflow].ACTUAL_END_FORM
USERDEFINED.[Workflow].REBAR_CHECK_BY
USERDEFINED.[Workflow].REBAR_COMMENT
USERDEFINED.[Workflow].REBAR_RELEASE_NO
USERDEFINED.[Workflow].REBAR_SHIPMENT_NO
USERDEFINED.[Workflow].REBAR_STATUS
USERDEFINED.[Workflow].REBAR_CHECK_DATE
USERDEFINED.[Workflow].PLANNED_START_REBAR
USERDEFINED.[Workflow].PLANNED_END_REBAR
USERDEFINED.[Workflow].ACTUAL_START_REBAR
USERDEFINED.[Workflow].ACTUAL_END_REBAR
USERDEFINED.[Workflow].POUR_COMMENT
USERDEFINED.[Workflow].POUR_STATUS
USERDEFINED.[Workflow].PLANNED_START_POUR
USERDEFINED.[Workflow].PLANNED_END_POUR
USERDEFINED.[Workflow].ACTUAL_START_POUR
USERDEFINED.[Workflow].ACTUAL_END_POUR
USERDEFINED.[Parameters].COMMENT
USERDEFINED.[Parameters].USER_FIELD_1
USERDEFINED.[Parameters].USER_FIELD_2
USERDEFINED.[Parameters].USER_FIELD_3
USERDEFINED.[Parameters].USER_FIELD_4

3.2 Drawing settings Pour Management


3.2.1 Continuous Concrete and rebars in drawings
Continuous concrete parts are represented in Cast unit and General Arrangement drawings like they are modeled into 3Dmodel: overlapping and extra outlines are vanished if parts collide with each other, and have same concrete material grade,
Cast in place type and same pour phase.

Tekla Corporation
Headquarters
Metsnpojankuja 1
P.O.Box 1
FI-02131 Espoo
FINLAND

Tel. +358 30 661 10


Fax +358 30 661 1500

Trade Reg. 183.128


Business Identity Code 0196634-1
Domicile: Espoo

16 (38)

CAST IN SITU SETTINGS

3.2.2 Pour Break standard file settings for CU and GA drawings

Tekla Corporation
Headquarters
Metsnpojankuja 1
P.O.Box 1
FI-02131 Espoo
FINLAND

Tel. +358 30 661 10


Fax +358 30 661 1500

Trade Reg. 183.128


Business Identity Code 0196634-1
Domicile: Espoo

17 (38)

CAST IN SITU SETTINGS

3.2.3 Neighbor parts reinforcement and meshes are visualized in CU-drawings


Cast Unit drawing settings for Neighbor Part reinforcements and meshes

Note: this setting will have no effect on Precast parts.


3.2.4 Pour Object and Pour Break associative note
Pour Break and Pour object associative note standard file settings

Tekla Corporation
Headquarters
Metsnpojankuja 1
P.O.Box 1
FI-02131 Espoo
FINLAND

Tel. +358 30 661 10


Fax +358 30 661 1500

Trade Reg. 183.128


Business Identity Code 0196634-1
Domicile: Espoo

18 (38)

CAST IN SITU SETTINGS

Note: Associative note will be put for a part, depending on its location, information about pour will shown.
3.2.5 Templates for Pour Object and Pour Break
Pour object and Pour break reports and templates
Available template attribute fields:
// ------------------// POUR_OBJECT - object
// ------------------POUR_OBJECT
= AREA
POUR_OBJECT
= AREA_PROJECTION_GXY_NET
POUR_OBJECT
= AREA_PROJECTION_GXZ_NET
POUR_OBJECT
= AREA_PROJECTION_GYZ_NET
POUR_OBJECT
= AREA_PGZ
POUR_OBJECT
= AREA_NGZ
POUR_OBJECT
= AREA_PGX
POUR_OBJECT
= AREA_NGX
POUR_OBJECT
= AREA_PGY
POUR_OBJECT
= AREA_NGY
POUR_OBJECT
= CONTENTTYPE
POUR_OBJECT
= GUID
POUR_OBJECT
= ID
POUR_OBJECT
= NUMBER#1
POUR_OBJECT
= MATERIAL
POUR_OBJECT
= TOP_LEVEL
POUR_OBJECT
= BOTTOM_LEVEL
POUR_OBJECT
= VOLUME
POUR_OBJECT
= WEIGHT
POUR_OBJECT
= WEIGHT_NET
// ------------------// POUR_BREAK - object
// ------------------POUR_BREAK
= GUID
POUR_BREAK
= ID
POUR_BREAK
= NUMBER#1
Also UDA's can be used. Available UDA's depend on your environment. Standard UDA's in common env:

Tekla Corporation
Headquarters
Metsnpojankuja 1
P.O.Box 1
FI-02131 Espoo
FINLAND

Tel. +358 30 661 10


Fax +358 30 661 1500

Trade Reg. 183.128


Business Identity Code 0196634-1
Domicile: Espoo

19 (38)

CAST IN SITU SETTINGS


// ------------------// POUR_OBJECT - object
// ------------------POUR_OBJECT
POUR_OBJECT
POUR_OBJECT
POUR_OBJECT
POUR_OBJECT
POUR_OBJECT
POUR_OBJECT
POUR_OBJECT
POUR_OBJECT
POUR_OBJECT
POUR_OBJECT
POUR_OBJECT
POUR_OBJECT
POUR_OBJECT
POUR_OBJECT
POUR_OBJECT
POUR_OBJECT
POUR_OBJECT
POUR_OBJECT
POUR_OBJECT
POUR_OBJECT
POUR_OBJECT
POUR_OBJECT
POUR_OBJECT
POUR_OBJECT
POUR_OBJECT
POUR_OBJECT
POUR_OBJECT
POUR_OBJECT
POUR_OBJECT
POUR_OBJECT
POUR_OBJECT
POUR_OBJECT

=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=

USERDEFINED.[PourObject].POUR_NUMBER
USERDEFINED.[PourObject].POUR_TYPE
USERDEFINED.[PourObject].CONCRETE_MIXTURE
USERDEFINED.[PourObject].COMMENT
USERDEFINED.[Workflow].FORMWORK_CHECKED_BY
USERDEFINED.[Workflow].FORMWORK_COMMENT
USERDEFINED.[Workflow].FORMWORK_STATUS
USERDEFINED.[Workflow].FORMWORK_CHECK_DATE
USERDEFINED.[Workflow].PLANNED_START_FORM
USERDEFINED.[Workflow].PLANNED_END_FORM
USERDEFINED.[Workflow].ACTUAL_START_FORM
USERDEFINED.[Workflow].ACTUAL_END_FORM
USERDEFINED.[Workflow].REBAR_CHECK_BY
USERDEFINED.[Workflow].REBAR_COMMENT
USERDEFINED.[Workflow].REBAR_RELEASE_NO
USERDEFINED.[Workflow].REBAR_SHIPMENT_NO
USERDEFINED.[Workflow].REBAR_STATUS
USERDEFINED.[Workflow].REBAR_CHECK_DATE
USERDEFINED.[Workflow].PLANNED_START_REBAR
USERDEFINED.[Workflow].PLANNED_END_REBAR
USERDEFINED.[Workflow].ACTUAL_START_REBAR
USERDEFINED.[Workflow].ACTUAL_END_REBAR
USERDEFINED.[Workflow].POUR_COMMENT
USERDEFINED.[Workflow].POUR_STATUS
USERDEFINED.[Workflow].PLANNED_START_POUR
USERDEFINED.[Workflow].PLANNED_END_POUR
USERDEFINED.[Workflow].ACTUAL_START_POUR
USERDEFINED.[Workflow].ACTUAL_END_POUR
USERDEFINED.[Parameters].COMMENT
USERDEFINED.[Parameters].USER_FIELD_1
USERDEFINED.[Parameters].USER_FIELD_2
USERDEFINED.[Parameters].USER_FIELD_3
USERDEFINED.[Parameters].USER_FIELD_4

// ------------------// POUR_BREAK - object


// ------------------POUR_BREAK = USERDEFINED.COMMENT
POUR_BREAK = USERDEFINED.BREAK_TYPE

3.2.6 Pour break symbols in drawings


Pour breaks will be shown in drawings as they have been modeled in the model, if visibility is set to visible ON.
A default pour break will be represented with the same line symbol, as shown bellow. To set new representation symbol, the
symbol file and used symbol need to be defined through advanced setting: XS_POUR_BREAK_SYMBOL= PourBreaks@0

Pour breaks wont have an automatic dimensioning in drawings, only manual. Dimensions in the drawing, placed to a pour
break wont be updated automatically.
By double clicking a pour break from a drawing, the property dialog for pour breaks will appear. The user shall modify the
line type and color. This works for visible and hidden lines.

Tekla Corporation
Headquarters
Metsnpojankuja 1
P.O.Box 1
FI-02131 Espoo
FINLAND

Tel. +358 30 661 10


Fax +358 30 661 1500

Trade Reg. 183.128


Business Identity Code 0196634-1
Domicile: Espoo

20 (38)

CAST IN SITU SETTINGS

3.2.7 Pour break property dialog on drawing, view, object level


Pour break property dialog can be found on an object level, view property level settings and in a drawing property settings.
Cast Unit and General Arrangement drawing settings for Pour Break properties

3.3 IFC export of pour objects and pour breaks


IFC export for Pour Objects and Pour Breaks uses IfcBuildingElementProxy settings.

Settings needed into IFC_properties_sets.inp. Standard settings in Default environment:


/* Pour Objects */
PourObjects PourArea AREA AREAMEASURE
PourObjects PourAreaProjectionGXYnet AREA_PROJECTION_GXY_NET AREAMEASURE
PourObjects PourAreaProjectionGXZnet AREA_PROJECTION_GXZ_NET AREAMEASURE
PourObjects PourAreaProjectionGYZnet AREA_PROJECTION_GYZ_NET AREAMEASURE
PourObjects PourAreaPGZ AREA_PGZ AREAMEASURE
PourObjects PourAreaNGZ AREA_NGZ AREAMEASURE
PourObjects PourAreaPGX AREA_PGX AREAMEASURE
PourObjects PourAreaNXG AREA_NGX AREAMEASURE
PourObjects PourAreaPGY AREA_PGY AREAMEASURE
PourObjects PourAreaNGY AREA_NGY AREAMEASURE
PourObjects PourContentType CONTENTTYPE STRING
PourObjects PourGUID GUID STRING
PourObjects PourID ID STRING
Tekla Corporation
Headquarters
Metsnpojankuja 1
P.O.Box 1
FI-02131 Espoo
FINLAND

Tel. +358 30 661 10


Fax +358 30 661 1500

Trade Reg. 183.128


Business Identity Code 0196634-1
Domicile: Espoo

21 (38)

CAST IN SITU SETTINGS


PourObjects PourNumber NUMBER#1 INTEGER
PourObjects PourMaterial MATERIAL STRING
PourObjects PourTopLevel TOP_LEVEL STRING
PourObjects PourBottomLevel BOTTOM_LEVEL STRING
PourObjects PourVolume VOLUME VOLUMEMEASURE
PourObjects PourWeight WEIGHT MASSMEASURE
PourObjects PourWeightNet WEIGHT_NET MASSMEASURE

/* Pour Objects - UDA's */


PourObjects PourConcreteMixture CONCRETE_MIXTURE STRING
PourObjects PourComment COMMENT STRING
PourObjects PourPourNumber POUR_NUMBER STRING
PourObjects PourType POUR_TYPE STRING
PourObjects PourUserField1 USER_FIELD_1 STRING
PourObjects PourUserField2 USER_FIELD_2 STRING
PourObjects PourUserField3 USER_FIELD_3 STRING
PourObjects PourUserField4 USER_FIELD_4 STRING
PourObjects PourFormworkCheckedBy FORMWORK_CHECKED_BY STRING
PourObjects PourFormworkComment FORMWORK_COMMENT STRING
PourObjects PourFormworkStatus FORMWORK_STATUS STRING
PourObjects PourFormworkCheckDate FORMWORK_CHECK_DATE DATE
PourObjects PourPlannedStartForm PLANNED_START_FORM DATE
PourObjects PourPlannedEndForm PLANNED_END_FORM DATE
PourObjects PourActualStartForm ACTUAL_START_FORM DATE
PourObjects PourActualEndForm ACTUAL_END_FORM DATE
PourObjects PourRebarCheckBy REBAR_CHECK_BY STRING
PourObjects PourRebarComment REBAR_COMMENT STRING
PourObjects PourRebarReleaseNumber REBAR_RELEASE_NO STRING
PourObjects PourRebarShipmentNumber REBAR_SHIPMENT_NO STRING
PourObjects PourRebarStatus REBAR_STATUS STRING
PourObjects PourRebarCheckDate REBAR_CHECK_DATE DATE
PourObjects PourPlannedStartRebar PLANNED_START_REBAR DATE
PourObjects PourPlannedEndRebar PLANNED_END_REBAR DATE
PourObjects PourActualStartRebar ACTUAL_START_REBAR DATE
PourObjects PourActualEndRebar ACTUAL_END_REBAR DATE
PourObjects PourPourComment POUR_COMMENT STRING
PourObjects PourStatus POUR_STATUS INTEGER
Tekla Corporation
Headquarters
Metsnpojankuja 1
P.O.Box 1
FI-02131 Espoo
FINLAND

Tel. +358 30 661 10


Fax +358 30 661 1500

Trade Reg. 183.128


Business Identity Code 0196634-1
Domicile: Espoo

22 (38)

CONSTRUCTION MANAGEMENT SETTINGS


PourObjects PourPlannedStartDate PLANNED_START_POUR DATE
PourObjects PourPlannedEndDate PLANNED_END_POUR DATE
PourObjects PourActualStartDate ACTUAL_START_POUR DATE
PourObjects PourActualEndDate ACTUAL_END_POUR DATE

/* Pour Breaks */
PourBreaks PourBreakGUID GUID STRING
PourBreaks PourBreakID ID STRING
PourBreaks PourNumber NUMBER#1 INTEGER

/* Pour Breaks - UDA's */


PourBreaks PourBreakComment COMMENT STRING
PourBreaks PourBreakType BREAK_TYPE STRING

3.4 Model Organizer settings for Pour Object and Pour Break
Pour objects and pour breaks are new entities in Model Organizer
Pour units are MO logical areas
Define in ObjectTypes.xml

4. CONSTRUCTION MANAGEMENT SETTINGS


4.1 Modeling settings
4.1.1 New Object Browser
The Object Browser opens in Tools > Object Browser menu item.

Tekla Corporation
Headquarters
Metsnpojankuja 1
P.O.Box 1
FI-02131 Espoo
FINLAND

Tel. +358 30 661 10


Fax +358 30 661 1500

Trade Reg. 183.128


Business Identity Code 0196634-1
Domicile: Espoo

23 (38)

CONSTRUCTION MANAGEMENT SETTINGS

Select the Property set template from upper left corner drop down list.

4.1.1.1 Edit existing Property set template


You can modify the existing Property set template from upper right corner icon Template settings

Select Object type:

Tekla Corporation
Headquarters
Metsnpojankuja 1
P.O.Box 1
FI-02131 Espoo
FINLAND

Tel. +358 30 661 10


Fax +358 30 661 1500

Trade Reg. 183.128


Business Identity Code 0196634-1
Domicile: Espoo

24 (38)

CONSTRUCTION MANAGEMENT SETTINGS

Add a new column by pressing the + sign button:

Drag and drop the selected property to the new column:

You can edit the column headers of each property separately:

>
Save the edited template with same or new name (Save as option):

The files of the saved property sets of the Object Browser are saved to a folder named Model Organizer in the model
folder.
4.1.1.2 Create a new Property set template
You can create new Property set template from + Template button
Give a name to the template and press the Create button:

Create needed columns:

Tekla Corporation
Headquarters
Metsnpojankuja 1
P.O.Box 1
FI-02131 Espoo
FINLAND

Tel. +358 30 661 10


Fax +358 30 661 1500

Trade Reg. 183.128


Business Identity Code 0196634-1
Domicile: Espoo

25 (38)

CONSTRUCTION MANAGEMENT SETTINGS

Add grouping if needed by dragging a column to the empty space above the columns.

And check the units from the Units tab


The Object Browser supports only those number type object properties that are having the units supported in Tekla
BIMsight (Distance, Area, Volume, Weight). The unsupported properties will be also available in Object Browser, but they
return only the numeric value without any unit displayed in the Property table.

Then Save the Property set template or export it from the Export button:

With export option an xml-file is created to selected location

Tekla Corporation
Headquarters
Metsnpojankuja 1
P.O.Box 1
FI-02131 Espoo
FINLAND

Tel. +358 30 661 10


Fax +358 30 661 1500

Trade Reg. 183.128


Business Identity Code 0196634-1
Domicile: Espoo

26 (38)

CONSTRUCTION MANAGEMENT SETTINGS

If needed, the display name <Name>xxxxxx<Name> line can be edited for showing the template name in wanted language.
Different property set templates could be made for e.g. Default, Parts, Assemblies, Cast in place, Bolt, Weld, UDA, Ref
objects
Property set template example contents in different roles:
All
Default
Steel part and assembly
Concrete object
IFC
Logical areas
Bolt
Weld
Rebar
Load
Task
Object
Reference object, model
Component
UDA Parameters
UDA Workflow
UDA IFC
UDA General design
Contractor
Default
Tekla Corporation
Headquarters
Metsnpojankuja 1
P.O.Box 1
FI-02131 Espoo
FINLAND

Tel. +358 30 661 10


Fax +358 30 661 1500

Trade Reg. 183.128


Business Identity Code 0196634-1
Domicile: Espoo

27 (38)

CONSTRUCTION MANAGEMENT SETTINGS

Steel part and assembly


Concrete object
IFC
Logical areas
Task
Object
Reference object, model
UDA Parameters
UDA Workflow
UDA IFC
Engineer
Default
Steel part and assembly
Concrete object
IFC
Logical areas
Bolt
Weld
Rebar
Load
Task
Object
Reference object, model
Component
UDA Parameters
UDA Workflow
UDA IFC
UDA General design
Multimaterial Detailer
Default
Steel part and assembly
Concrete object
IFC
Logical areas
Tekla Corporation
Headquarters
Metsnpojankuja 1
P.O.Box 1
FI-02131 Espoo
FINLAND

Tel. +358 30 661 10


Fax +358 30 661 1500

Trade Reg. 183.128


Business Identity Code 0196634-1
Domicile: Espoo

28 (38)

CONSTRUCTION MANAGEMENT SETTINGS

Bolt
Weld
Rebar
Load
Task
Object
Reference object, model
Component
UDA Parameters
UDA Workflow
UDA IFC
UDA General design
Precast Concrete Deatiler
Default
Steel part and assembly
Concrete object
IFC
Logical areas
Bolt
Weld
Rebar
Load
Task
Object
Reference object, model
Component
UDA Parameters
UDA Workflow
UDA IFC
UDA General design
Steel detailing
Default
Steel part and assembly
Concrete object
Tekla Corporation
Headquarters
Metsnpojankuja 1
P.O.Box 1
FI-02131 Espoo
FINLAND

Tel. +358 30 661 10


Fax +358 30 661 1500

Trade Reg. 183.128


Business Identity Code 0196634-1
Domicile: Espoo

29 (38)

CONSTRUCTION MANAGEMENT SETTINGS

IFC
Logical areas
Bolt
Weld
Rebar
Load
Task
Object
Reference object, model
Component
UDA Parameters
UDA Workflow
UDA IFC
UDA General design
Default
Name
Object type
Position number
ID
Material type
Material
Profile
Story
Section
Phase
Class
Top level
Height
Length
Width
Volume
Weight
Area
Locked
Tekla Corporation
Headquarters
Metsnpojankuja 1
P.O.Box 1
FI-02131 Espoo
FINLAND

Tel. +358 30 661 10


Fax +358 30 661 1500

Trade Reg. 183.128


Business Identity Code 0196634-1
Domicile: Espoo

30 (38)

CONSTRUCTION MANAGEMENT SETTINGS

Steel part and assembly


Name
Object type
Position number
ID
Material type
Material
Profile
Story
Section
Phase
Class
Top level
Height
Length
Width
Volume
Weight
Area
Locked
Concrete object
Name
Object type
Position number
ID
Material type
Material
Phase
Class
Top level
Height
Length
Width
Volume
Tekla Corporation
Headquarters
Metsnpojankuja 1
P.O.Box 1
FI-02131 Espoo
FINLAND

Tel. +358 30 661 10


Fax +358 30 661 1500

Trade Reg. 183.128


Business Identity Code 0196634-1
Domicile: Espoo

31 (38)

CONSTRUCTION MANAGEMENT SETTINGS

Weight
Area
Locked
IFC
MagiCAD (the properties that are in 18.0 are good (if they work))
QuickPen
Revit MEP
Revit Arch
ArchCAD
Logical areas
Name
Object type
Position number
ID
Site
Building
Section
Story
Bolt
Object type
ID
Name of the main part
Mainpart position number
Assembly number
Bolt size
Bolt standard
Bolt Site/Workshop
Phase
Length
Locked
Bolt comment
Bolt User Filed 1
Weld
Object type
Tekla Corporation
Headquarters
Metsnpojankuja 1
P.O.Box 1
FI-02131 Espoo
FINLAND

Tel. +358 30 661 10


Fax +358 30 661 1500

Trade Reg. 183.128


Business Identity Code 0196634-1
Domicile: Espoo

32 (38)

CONSTRUCTION MANAGEMENT SETTINGS

ID
Name of the main part
Mainpart position number
Assembly position number
Weld Size above line
Weld size bellow line
Weld reference text
Phase
Position number
Weld type above line
Weld type bellow line
Welding site
Locked
Weld comment
Weld user filed 1
Rebar
Name
Class
Size
Diameter
Length
Material
Prefix
Start number
Numbering series
Position number
Phase
Rebar shape
Rebar Joint type
Rebar positions
Locked
Load
Load Group
Load type
Tekla Corporation
Headquarters
Metsnpojankuja 1
P.O.Box 1
FI-02131 Espoo
FINLAND

Tel. +358 30 661 10


Fax +358 30 661 1500

Trade Reg. 183.128


Business Identity Code 0196634-1
Domicile: Espoo

33 (38)

CONSTRUCTION MANAGEMENT SETTINGS

Phase
6.2.10

Task

Name
Planned Start date
Planned end date
Actual start date
Actual end date
Completeness
Critical
Local
Contractor
Model revision code
Model revision comment
Object
Guid
Phase
Id number
Object type
Object is component
Reference object, model
Name
Id number
Guid
Ref obj Creation
Phase
Lot
Reference object Description ?
Reference object Description (sub) ?
Info text
Info text (sub)
Logical name
Logical name (sub)
Locked
Component
Tekla Corporation
Headquarters
Metsnpojankuja 1
P.O.Box 1
FI-02131 Espoo
FINLAND

Tel. +358 30 661 10


Fax +358 30 661 1500

Trade Reg. 183.128


Business Identity Code 0196634-1
Domicile: Espoo

34 (38)

CONSTRUCTION MANAGEMENT SETTINGS

Name
Component connection code
Component running number
Phase
Name of the main part
Mainpart position number
Mainpart ID
UDA Parameters
Name
Object type
Position number
ID
Comment
Shorten
Camber
Preliminary mark
Preliminary assembly mark
Locked Fabricator name
User field 1
User field 2
User field 3
User field 4
User Phase
Fixed drawing main view
Top in form face
Numbering Order
Tocoman object type
Control Number
Control Number Status
Product code
Product description
Product weight
Product unit
Initial GUID
Tekla Corporation
Headquarters
Metsnpojankuja 1
P.O.Box 1
FI-02131 Espoo
FINLAND

Tel. +358 30 661 10


Fax +358 30 661 1500

Trade Reg. 183.128


Business Identity Code 0196634-1
Domicile: Espoo

35 (38)

CONSTRUCTION MANAGEMENT SETTINGS

UDA Workflow
Name
Object type
Position number
ID
Checked by
Design comment
Design assigned to
Design code
Design status
Check date
Planned start
Planned end
Actual start
Actual end
Fabrication code
Delivery number
Package number
Shipment number
Fabrication status
Planned start fabrication
Planned end fabrication
Actual start fabrication
Actual end fabrication
Erection code
Erection comment
Site Status
CIP status
Planned start erection
Planned end erection
Actual start erection
Actual end erection
UDA IFC
Name
Tekla Corporation
Headquarters
Metsnpojankuja 1
P.O.Box 1
FI-02131 Espoo
FINLAND

Tel. +358 30 661 10


Fax +358 30 661 1500

Trade Reg. 183.128


Business Identity Code 0196634-1
Domicile: Espoo

36 (38)

CONSTRUCTION MANAGEMENT SETTINGS

Object type
Position number
ID
IFC entry
IFC export type
IFC building name
IFC building storey name
UDA General design
Name
Object type
Position number
ID
Position in Model
Profile Check
Material Check
A + D Setup
RFI Status
RFI Reference
RFI Comment

4.1.1.3 Export to Excel


When you click the Export button the Export dialog opens. You can choose the Excel template and the output format (xls)
or (csv).

Tekla Corporation
Headquarters
Metsnpojankuja 1
P.O.Box 1
FI-02131 Espoo
FINLAND

Tel. +358 30 661 10


Fax +358 30 661 1500

Trade Reg. 183.128


Business Identity Code 0196634-1
Domicile: Espoo

37 (38)

CONSTRUCTION MANAGEMENT SETTINGS

Export to Excel exports the whole property table in flat view. Export to CSV exports the whole property table in flat view.
The groupings are not exported (because it would reduce the amount of information the exported file would contain).
If there is a saved property set template in use, the columns are exported as they are saved and visible in the
Property set editing view.
If the property set was edited by the user, the edited version is exported as it is. The user exports what s/he sees
on the screen.
The default Excel template (one general for all reports) contains some basic settings that can help the user to group and
arrange the data quickly to his needs.
Reserve 3 empty rows on the top of the exported property table for company specific information
Filter is set all the columns get the filtering icon in the headers
The first four (including the headers) row is frozen with the Freeze panes option

Alternatives for the Excel template:


Users prepare their own templates. In the template they reserve one cell called export point. The system exports
the most left corner of the table (in flat view) under this cell.

Tekla Corporation
Headquarters
Metsnpojankuja 1
P.O.Box 1
FI-02131 Espoo
FINLAND

Tel. +358 30 661 10


Fax +358 30 661 1500

Trade Reg. 183.128


Business Identity Code 0196634-1
Domicile: Espoo

38 (38)

CONSTRUCTION MANAGEMENT SETTINGS

If the system does not find export point, the system exports all data (in flat view) to a new sheet in workbook.

Tekla Corporation
Headquarters
Metsnpojankuja 1
P.O.Box 1
FI-02131 Espoo
FINLAND

Tel. +358 30 661 10


Fax +358 30 661 1500

Trade Reg. 183.128


Business Identity Code 0196634-1
Domicile: Espoo

Вам также может понравиться