mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-14 03:14:23 +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 = "stp";
|
||||
info.name = "STEP";
|
||||
info.description = "Standard for the Exchange of Product Data.";
|
||||
info.extensions = { ".stp" };
|
||||
info.kernel_ids = { "opencascade" };
|
||||
info.supports_brep = true;
|
||||
|
||||
Reference in New Issue
Block a user