ifcopenshell.api.structural.unassign_structural_analysis_model
¶
Module Contents¶
- ifcopenshell.api.structural.unassign_structural_analysis_model.unassign_structural_analysis_model(file: ifcopenshell.file, products: list[ifcopenshell.entity_instance], structural_analysis_model: ifcopenshell.entity_instance) None ¶
Removes a relationship between a structural element and the analysis model
- Parameters:
products – The structural elements that is part of the analysis.
structural_analysis_model – The IfcStructuralAnalysisModel that the structural element is related to.
- Returns:
None