Salome HOME
Change color for construction/body/group.
[modules/shaper.git] / src / ExchangePlugin / ExchangePlugin_ImportFeature.h
index 54ed715213ce7c2ea7c4800e7a95e8a3afed1904..673a6d9509955ac69ccd9298798b1ea936a7f8a7 100644 (file)
@@ -5,20 +5,17 @@
 
 #include <ExchangePlugin.h>
 #include <ModelAPI_Feature.h>
-
-#include <GeomAPI_ICustomPrs.h>
+#include <ModelAPI_Result.h>
 
 #include <map>
 
-#define IMPORTED_FEATURE_COLOR "#E0A01B"
-
   /**\class ExchangePlugin_ImportFeature
  * \ingroup Plugins
  * \brief Feature for import shapes from the external files in CAD formats.
  *
  * The set of supported formats is defined in the configuration file.
  */
-class ExchangePlugin_ImportFeature : public ModelAPI_Feature, public GeomAPI_ICustomPrs
+class ExchangePlugin_ImportFeature : public ModelAPI_Feature
 {
  public:
   /// Extrusion kind
@@ -52,9 +49,6 @@ class ExchangePlugin_ImportFeature : public ModelAPI_Feature, public GeomAPI_ICu
     return true;
   }
 
-  /// Modifies the given presentation in the custom way.
-  virtual void customisePresentation(AISObjectPtr thePrs);
-
  protected:
   /// POerforms the import of the file
   EXCHANGEPLUGIN_EXPORT bool importFile(const std::string& theFileName);