]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/SketchPlugin/SketchPlugin_Feature.h
Salome HOME
Update the doxygen documentation for plugins
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_Feature.h
index b69de135ba91d246cd0ef9e24ded6df0bf745563..bf7cb93fabc27bd87eb40d1cd7237ebe4eb508c7 100644 (file)
@@ -55,6 +55,7 @@ class SketchPlugin_Feature : public ModelAPI_Feature, public GeomAPI_ICustomPrs
   /// Returns true is sketch element is under the rigid constraint
   SKETCHPLUGIN_EXPORT virtual bool isFixed() {return false;}
 
+  /// Returns true of the feature is created basing on the external shape of not-this-sketch object
   inline bool isExternal() const
   {
     AttributeSelectionPtr aAttr = data()->selection(EXTERNAL_ID());