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 orphased boundary condition
- Parameters:
connection (ifcopenshell.entity_instance,optional) – The IfcStructuralConnection to remove the condition from. If omitted, it is assumed to be an orphaned condition.
boundary_condition (ifcopenshell.entity_instance, optional.) – The IfcBoundaryCondition to remove.
- Returns:
None
- Return type:
None