From 90e9c2132033d4a25f2b92728ebcdb08889c5683 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Mon, 2 Sep 2024 17:51:27 +0500 Subject: [PATCH] material.add_profile note --- .../ifcopenshell/api/material/add_profile.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/ifcopenshell-python/ifcopenshell/api/material/add_profile.py b/src/ifcopenshell-python/ifcopenshell/api/material/add_profile.py index 0add4abf47..efc345ef37 100644 --- a/src/ifcopenshell-python/ifcopenshell/api/material/add_profile.py +++ b/src/ifcopenshell-python/ifcopenshell/api/material/add_profile.py @@ -37,6 +37,9 @@ def add_profile( profile set, whereas the "profile curve" represents a 2D curve used by a "profile item". + Profile is not optional for IfcMaterialProfile but it is optional for this API + call and can be assigned later with material.assign_profile. + In some cases, a profiled element (i.e. beam, column) may be a composite beam or column and include multiple extrusions. This is rare. The order of the profiles does not matter.