mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
fix opening ifc files with streaming #5457
This commit is contained in:
@@ -86,6 +86,8 @@ try:
|
||||
return (int(items[0]), str(items[1]), items[2])
|
||||
|
||||
class stream(file):
|
||||
schema: ifcopenshell.util.schema.IFC_SCHEMA = "IFC4"
|
||||
|
||||
def __init__(self, filepath: str):
|
||||
self.wrapped_data = None
|
||||
self.history_size = 64
|
||||
|
||||
Reference in New Issue
Block a user