ifcopenshell.api.unit.edit_derived_unit

Module Contents

ifcopenshell.api.unit.edit_derived_unit.edit_derived_unit(file, unit=None, attributes=None) 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, optional) – a dictionary of attribute names and values.

Returns:

None

Return type:

None