Salome HOME
Make concealment of results working on compsolids: if at least one sub-body is concea...
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_ConstraintFillet.h
index 5b7cd49468fc496a6f04990d0c38fcc7b314ce41..8701917978856768b09c5c6f6c6b477fa75f7124 100644 (file)
@@ -47,6 +47,10 @@ class SketchPlugin_ConstraintFillet : public SketchPlugin_ConstraintBase
   /// Returns the AIS preview
   SKETCHPLUGIN_EXPORT virtual AISObjectPtr getAISObject(AISObjectPtr thePrevious);
 
+  /// Reimplemented from ModelAPI_Feature::isMacro().
+  /// \returns true
+  SKETCHPLUGIN_EXPORT virtual bool isMacro() const;
+
   /// \brief Use plugin manager for features creation
   SketchPlugin_ConstraintFillet();
 };