mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 06:39:13 +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])
|
return (int(items[0]), str(items[1]), items[2])
|
||||||
|
|
||||||
class stream(file):
|
class stream(file):
|
||||||
|
schema: ifcopenshell.util.schema.IFC_SCHEMA = "IFC4"
|
||||||
|
|
||||||
def __init__(self, filepath: str):
|
def __init__(self, filepath: str):
|
||||||
self.wrapped_data = None
|
self.wrapped_data = None
|
||||||
self.history_size = 64
|
self.history_size = 64
|
||||||
|
|||||||
Reference in New Issue
Block a user