ifcopenshell.api.owner.remove_application

Module Contents

ifcopenshell.api.owner.remove_application.remove_application(file: ifcopenshell.file, application: ifcopenshell.entity_instance) None

Removes an application

Warning: removing an application may invalidate ownership histories. Check whether or not the application is used anywhere prior to removal.

Parameters:

address (ifcopenshell.entity_instance) – The IfcApplication to remove.

Returns:

None

Return type:

None

Example:

application = ifcopenshell.api.owner.add_application(model)
ifcopenshell.api.owner.remove_address(model, application=application)