mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-17 10:59:17 +00:00
IfcConvert Plug-in discovery for info print
This commit is contained in:
@@ -49,6 +49,8 @@ void configure_serializer(geometry_serializer_context& context) {
|
||||
void register_plugin(geometry_serializer_registry& registry, const plugin::module& module) {
|
||||
geometry_serializer_info info;
|
||||
info.format = "svg";
|
||||
info.name = "SVG";
|
||||
info.description = "Scalable Vector Graphics (2D floor plan).";
|
||||
info.extensions = { ".svg" };
|
||||
info.kernel_ids = { "opencascade" };
|
||||
info.supports_brep = true;
|
||||
|
||||
Reference in New Issue
Block a user