Salome HOME
0021672: [CEA 565] Dump Study from script
[modules/geom.git] / src / GEOM / GEOM_Function.hxx
index 4aed35221f218cc25eab046353b05e739de480b0..a9633386d89d7c2c241612930f2e295def030dc4 100644 (file)
@@ -253,6 +253,9 @@ public:
   //Returns true if the last method succided
   Standard_EXPORT bool IsDone() { return _isDone; }
 
+  //Retuns true if this function is the last one in the study
+  Standard_EXPORT bool IsLastFuntion();
+
   //Returns a sequence of the external dependencies of this function
   Standard_EXPORT void GetDependency(TDF_LabelSequence& theSeq);