Salome HOME
Make naming name works on bodies with additional prefixes (extrusion solid in the...
[modules/shaper.git] / src / Model / Model_Document.h
index f76c3cf27d2816a3ead1942255863735b61779ca..f00d87a013f238ac23ac0d02bba7650157ffcd31 100644 (file)
@@ -216,6 +216,9 @@ class Model_Document : public ModelAPI_Document
     std::shared_ptr<ModelAPI_Result> theResult,
     const std::shared_ptr<GeomAPI_Shape>& theShape);
 
+  /// Returns true if theLater is in history of features creation later than theCurrent
+  MODEL_EXPORT virtual bool isLater(FeaturePtr theLater, FeaturePtr theCurrent) const;
+
  protected:
   //! Returns (creates if needed) the general label
   TDF_Label generalLabel() const;