Salome HOME
Projection feature should not be displayed in the viewer
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_Projection.h
index f71b899ca72c832fd656f812e755b2b5b172e57f..b9ae2611f049a1269254581afb075e1c52ef105b 100644 (file)
@@ -45,6 +45,10 @@ public:
   virtual bool isFixed()
   { return true; }
 
+  /// Returns true if object must be displayed in the viewer
+  virtual bool isDisplayed()
+  { return false; }
+
   /// Creates a new part document if needed
   SKETCHPLUGIN_EXPORT virtual void execute();