Tekla Structures Profile - Catalog Link
Profiles are grouped into a tree structure (e.g., I-profiles, L-profiles, Z-profiles) for easy navigation during the modeling process. Creating Custom Profiles
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") tekla structures profile catalog
