ifcopenshell.api.structural.unassign_structural_analysis_model

Module Contents

ifcopenshell.api.structural.unassign_structural_analysis_model.unassign_structural_analysis_model(file: ifcopenshell.file, product: ifcopenshell.entity_instance, structural_analysis_model: ifcopenshell.entity_instance) None

Removes a relationship between a structural element and the analysis model

Parameters:
  • product (ifcopenshell.entity_instance) – The structural element that is part of the analysis.

  • structural_analysis_model (ifcopenshell.entity_instance) – The IfcStructuralAnalysisModel that the structural element is related to.

Returns:

None

Return type:

None