ifcopenshell.api.structural.edit_structural_analysis_model
¶
Module Contents¶
- ifcopenshell.api.structural.edit_structural_analysis_model.edit_structural_analysis_model(file: ifcopenshell.file, structural_analysis_model: ifcopenshell.entity_instance, attributes: dict[str, Any]) None ¶
Edits the attributes of an IfcStructuralAnalysisModel
For more information about the attributes and data types of an IfcStructuralAnalysisModel, consult the IFC documentation.
- Parameters:
structural_analysis_model (ifcopenshell.entity_instance) – The IfcStructuralAnalysisModel entity you want to edit
attributes (dict) – a dictionary of attribute names and values.
- Returns:
None
- Return type:
None