Import: DXF importer, add Python bindings

This commit is contained in:
Furgo
2025-06-12 09:09:59 +02:00
parent 72ca1478e8
commit 78b720fd35
4 changed files with 28 additions and 1 deletions

View File

@@ -415,6 +415,7 @@ private:
dxf_file.setOptions();
dxf_file.DoRead(IgnoreErrors);
pcDoc->recompute();
return dxf_file.getStatsAsPyObject();
}
catch (const Standard_Failure& e) {
throw Py::RuntimeError(e.GetMessageString());