mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-29 00:03:17 +00:00
Python wrapper geometry handling
This commit is contained in:
@@ -7,7 +7,7 @@ IfcGeom::Kernel::Kernel(IfcParse::IfcFile* file) {
|
||||
}
|
||||
|
||||
const std::string& schema_name = file->schema()->name();
|
||||
impl::kernel_implementations().construct(schema_name, file);
|
||||
implementation_ = impl::kernel_implementations().construct(schema_name, file);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user