Salome HOME
1. Projection should be hidden in the viewer. Incorrect case:
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_Projection.h
index f71b899ca72c832fd656f812e755b2b5b172e57f..85c6a8fb6b406cad280d01d01a435b058e2c1e9e 100644 (file)
@@ -45,6 +45,13 @@ public:
   virtual bool isFixed()
   { return true; }
 
+  /// Returns true if the feature and the feature results can be displayed.
+  /// \return false
+  SKETCHPLUGIN_EXPORT virtual bool canBeDisplayed() const
+  {
+    return false;
+  }
+
   /// Creates a new part document if needed
   SKETCHPLUGIN_EXPORT virtual void execute();