Python wrapper geometry handling

This commit is contained in:
Thomas Krijnen
2018-01-01 11:22:12 +01:00
parent 5739fa7239
commit 4bed639d9c
7 changed files with 33 additions and 17 deletions
+1 -1
View File
@@ -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);
}
}