ifcopenshell.api.owner.remove_person

Module Contents

ifcopenshell.api.owner.remove_person.remove_person(file, person=None) None

Remove an person

All roles and addresses assigned to the person will also be removed.

Parameters:

person (ifcopenshell.entity_instance) – The IfcPerson to remove

Returns:

None

Return type:

None

Example:

ifcopenshell.api.run("owner.add_person", model,
    identification="bobthebuilder", family_name="Thebuilder", given_name="Bob")
ifcopenshell.api.run("owner.remove_person", model, person=person)