Fix missing project custom psets reload when changing IFC filepath #7037

This commit is contained in:
Andrej730
2025-08-18 19:46:24 +05:00
parent 2951aecc14
commit 3d82eb954f
5 changed files with 7 additions and 3 deletions
+4
View File
@@ -64,7 +64,11 @@ class TransactionStep(TypedDict):
class IfcStore:
path: str = ""
"""Should be set only using ``tool.Ifc.set_path``."""
file: Optional[ifcopenshell.file] = None
"""Should be set only using ``tool.Ifc.set``."""
schema: Optional[ifcopenshell.ifcopenshell_wrapper.schema_definition] = None
cache: Optional[ifcopenshell.ifcopenshell_wrapper.HdfSerializer] = None
cache_path: Optional[str] = None