ifcopenshell.api.structural.edit_structural_analysis_model

Module Contents

ifcopenshell.api.structural.edit_structural_analysis_model.edit_structural_analysis_model(file, structural_analysis_model=None, attributes=None) 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, optional) – a dictionary of attribute names and values.

Returns:

None

Return type:

None