Salome HOME
Fix for stator_ermes problem of plane created on 3 points
[modules/shaper.git] / src / Model / Model_Document.h
index 0842d3d326b5b53fdf16b85cb584f0c060cb0efa..0e1c89a475478947d6ec1e10621fc355704aed18 100644 (file)
@@ -375,6 +375,8 @@ class Model_Document : public ModelAPI_Document
 
   /// searches in this document feature that contains this label
   FeaturePtr featureByLab(const TDF_Label& theLab);
+  /// searches in this document result that contains this label
+  ResultPtr resultByLab(const TDF_Label& theLab);
 
   /// returns true if theThis is later in the features trre and dependencies than theOther
   bool isLaterByDep(FeaturePtr theThis, FeaturePtr theOther);