ifcopenshell.api.unit.edit_derived_unit
¶
Module Contents¶
- ifcopenshell.api.unit.edit_derived_unit.edit_derived_unit(file: ifcopenshell.file, unit: ifcopenshell.entity_instance, attributes: dict[str, Any]) None ¶
Edits the attributes of an IfcDerivedUnit
For more information about the attributes and data types of an IfcDerivedUnit, consult the IFC documentation.
- Parameters:
unit (ifcopenshell.entity_instance) – The IfcDerivedUnit entity you want to edit
attributes (dict) – a dictionary of attribute names and values.
- Returns:
None
- Return type:
None