svgfill as plug-in

This commit is contained in:
Thomas Krijnen
2026-05-09 21:03:55 +02:00
parent 2eb2d65710
commit fde502daa1
7 changed files with 50 additions and 30 deletions
+2
View File
@@ -77,6 +77,8 @@ namespace {
return "geometry_serializer";
case ifcopenshell::plugin::kind::opencascade_geometry_ifc_writer:
return "opencascade_geometry_ifc_writer";
case ifcopenshell::plugin::kind::linework_processing:
return "linework_processing";
default:
return "unknown";
}