: Because information is stored in the profdb.bin file, it is easy to share across models, but users must manage this file carefully to ensure consistency across entire design teams.
At its core, the profile catalog is a database that stores detailed information about every cross-section profile available for use in your model. When you assign a profile to a beam, column, or any other linear part, the software draws the necessary data from this catalog to generate its correct 3D shape, calculate its properties (like cross-sectional area and weight), and make it available for analysis in structural engineering software. By default, the catalog is populated with a wide array of profiles that comply with international and regional design codes, along with generic parametric profiles that can be adjusted by changing key dimensions. tekla structures profile catalog
The profile catalog is not limited to steel sections; it also includes a vast library of profiles for cast-in-situ and precast concrete. In recent updates, the catalog has been expanded to include common rebar sizes, streamlining workflows where reinforcing bars need to be modeled as steel parts. : Because information is stored in the profdb
You can add profiles using several methods depending on the complexity of the shape: Copy & Modify By default, the catalog is populated with a
How to Create new Profiles from DWG Files | Tekla Structures
catalog = CatalogManager.open("company_profiles.xml") profile = catalog.create_profile("CU_B100x50") profile.set_geometry(flange_width=100, web_height=50, flange_thickness=8, web_thickness=6) profile.set_metadata(material="S355", weight_per_m=12.4, supplier_code="CUST100") catalog.save("company_profiles.v2.xml")
Right-click the profile type folder (e.g., I-profiles) where you want to place the new section. Select . Enter a unique string in the Profile name field.