Salome HOME
Make the movement, placement and rotation 3D features may be applied to the Part...
[modules/shaper.git] / src / Model / Model_Data.cpp
index 347a21820bcdf626163460c6593d4e3c1f77915a..29a9266a51ff31c74a7e42ad20b6f09c45704199 100644 (file)
@@ -502,3 +502,8 @@ std::shared_ptr<ModelAPI_Data> Model_Data::invalidData()
 {
   return kInvalid;
 }
+
+bool Model_Data::isOwner(ModelAPI_Object* theOwner)
+{
+  return theOwner == myObject.get();
+}