Salome HOME
Issue #529 : 4.07. Import IGES, export to BREP, STEP, IGES - Export IGES
[modules/shaper.git] / src / ExchangePlugin / ExchangePlugin_Plugin.cpp
index 94a55fd8fee0e46ad8dcdde579f0d1f11e0cd4b6..c843f6cc15cc133ff0b811851c816cf8029cedd0 100644 (file)
@@ -29,6 +29,8 @@ ExchangePlugin_Plugin::ExchangePlugin_Plugin()
   ModelAPI_ValidatorsFactory* aFactory = aSession->validators();
   aFactory->registerValidator("ExchangePlugin_ImportFormat",
                               new ExchangePlugin_ImportFormatValidator);
+  aFactory->registerValidator("ExchangePlugin_ExportFormat",
+                              new ExchangePlugin_ExportFormatValidator);
 
   // register construction properties
   //Config_PropManager::registerProp("Visualization", "import_feature_color", "Imported feature color",