mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-12 02:23:34 +00:00
bonsai - fix ifcsqlite import (546a042)
This commit is contained in:
@@ -294,6 +294,10 @@ try:
|
||||
f"No `wrapped_data` for {class_name}. `ifcopenshell.{class_name}` is probably confused with `ifcopenshell.file`."
|
||||
)
|
||||
|
||||
@property
|
||||
def header(self) -> NoReturn:
|
||||
raise NotImplementedError("`stream.header` is not implemented yet.")
|
||||
|
||||
@property
|
||||
def schema(self) -> ifcopenshell.util.schema.IFC_SCHEMA:
|
||||
return self._schema
|
||||
|
||||
Reference in New Issue
Block a user