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