Updating IfcPropertyEnumeratedValue in a Pset with ifcopenshell api

Hi,
The documentation examples in ifcopenshell.api.pset.edit_pset cover several scenarios, but I haven't found one that shows how to update a property that is IfcPropertyEnumeratedValue (various True or False options).
For example: Pset_WallCommon.Status
Can you show me how to do this?
Thanks

KoAra

Comments

  • simple!
    ifcopenshell.api.pset.edit_pset(model, pset=pset, properties={"Status": ["DEMOLISH"]})

    steverugiKoAraJohn
Sign In or Register to comment.