This commit is contained in:
Andrej
2025-06-09 09:55:46 +05:00
parent 7034c0b18a
commit 3f4656600e
15 changed files with 184 additions and 100 deletions
@@ -52,15 +52,11 @@ def assign_cost_item_quantity(
count towards the cost item (they only provide value).
:param cost_item: The IfcCostItem to assign parametric quantities to
:type cost_item: ifcopenshell.entity_instance
:param products: The IfcObjects to assign parametric quantities to
:type products: list[ifcopenshell.entity_instance]
:param prop_name: The name of the quantity. If this is not specified,
then it is assumed that there is no calculated quantity, and the
number of objects are counted instead.
:type prop_name: str, optional
:return: None
:rtype: None
Example: