]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModelAPI/ModelAPI_Folder.h
Salome HOME
Moving features to a folder has been implemented (Task 2.3. Ability to put consecutiv...
[modules/shaper.git] / src / ModelAPI / ModelAPI_Folder.h
index 1752a90eafcc45f28b3389ce3f14857cf82b115b..b89fd8704bfc75e6a01f6c13c84468ec63618246 100644 (file)
@@ -87,6 +87,11 @@ public:
   {
     return data()->name();
   }
+  /// Returns the reference attribute by the identifier
+  inline std::shared_ptr<ModelAPI_AttributeReference> reference(const std::string& theID)
+  {
+    return data()->reference(theID);
+  }
 
 protected:
   /// This method is called just after creation of the object: it must initialize