ifcopenshell.api.structural.remove_structural_connection_condition
¶
Module Contents¶
- ifcopenshell.api.structural.remove_structural_connection_condition.remove_structural_connection_condition(file: ifcopenshell.file, relation: ifcopenshell.entity_instance) None ¶
Removes a relationship between a connection and a condition
The condition and the member itself is preserved.
- Parameters:
relation (ifcopenshell.entity_instance) – The IfcRelConnectsStructuralMember to remove.
- Returns:
None
- Return type:
None