Export a Tekla Structures model or selected model objects to an IFC file
You can export Tekla Structures model or a part of the model into an IFC file.
Before you start the export:
- Define the IFC entities for Tekla Structures model objects.
- Define the needed property sets.
- If you export the IFC file using the base point, define the base point.
-
To have pour objects and pour units (from Tekla Structures 2018 onwards) in your model, set
XS_ENABLE_POUR_MANAGEMENT
toTRUE
. In the IFC2x3 export, to export pour objects instead of CIP concrete parts select thePour objects check box. In IFC4 export, to export pour objects and pour units instead of cast-in-place parts and cast-in-place pcast units, select the Pours check box. Note that pour unit export is not supported in IFC2x3. -
IFC2x3 export: You can control how bars created by rebar sets are exported with the advanced option
XS_EXPORT_IFC_REBARSET_INDIVIDUAL_BARS
. If the advanced option is set toFALSE
, bars are exported in groups. If the advanced option is set toTRUE
, bars are exported as individual bars. The default value isFALSE
.Note:In the IFC file 'Total number' always shows 1 for groups created by rebar sets, and 'Total weight' and 'Weight' show one bar weight. Use the
NUMBER_OF_BARS_IN_GROUP
andWEIGHT_TOTAL_IN_GROUP
attributes to export the values of the group to the IFC file. -
IFC2x3 export: You can export B-rep objects as exact solids by setting the advanced option
XS_EXPORT_BREP_AS_EXACT_SOLID
toTRUE
. The default value isFALSE
.Note that if you export B-reps as exact solids, the IFC file size increases, and the export takes more time.
To get smooth edges to the export, you may need to set the advanced option XS_CS_CHAMFER_DIVIDE_ANGLE to
10
. -
During the IFC export you can add classification information to assemblies by entering the name of the classification system in the user-defined attributes in Project properties. The classification system is written to the IFCCLASSIFICATION field in the export file. You can define the classification values for the assemblies in Organizer or in the UDA dialog box of the assemblies. Note that classification information is written to the assembly level only.
For more information about how to add classification information to assemblies in Organizer, see How to add classification code to objects in Organizer and export it to IFC.
For more information about adding UDAs to the UDA dialog box, see Define and update user-defined attributes (UDAs).
-
You may want to check and modify the user-defined attributes of the exported parts related to IFC export and structural information.
Define IFC entities for Tekla Structures model objects
Before you export Tekla Structures model objects to IFC, you can define the resulting IFC entities for the exported model objects in the user-defined attributes of the objects.
Export to IFC2x3
Export to IFC4
You can export a Tekla Structures model or a part of the model into an IFC4 file.
After the export a message box is displayed. In this message box you can select to open the folder where the exported IFC model is stored, or view the log file in a browser. The log file gives detailed information of the export process, exported entities and the errors occurred during the export.
Limitations in IFC4 export
- The IFC4 export always contains the full assembly. If the part IFC entity is set None in the part user-defined attributes, the part and its bolts are not included in the export.
- The user interface does not provide all the features included in the IFC2x3 export user interface.
- The Reference view is intended to be used for design coordination and for referencing workflow.