ifcopenshell.api.structural.remove_structural_boundary_condition

Module Contents

ifcopenshell.api.structural.remove_structural_boundary_condition.remove_structural_boundary_condition(file: ifcopenshell.file, connection: ifcopenshell.entity_instance | None = None, boundary_condition: ifcopenshell.entity_instance | None = None) None

Removes a condition from a connection, or an orphaned boundary condition

Parameters:
  • connection – The IfcStructuralConnection to remove the condition from. If omitted, it is assumed to be an orphaned condition.

  • boundary_condition – The IfcBoundaryCondition to remove.

Returns:

None