Salome HOME
Issue #17347: B-Splines in Sketcher
[modules/shaper.git] / src / GeomData / GeomData_Point2DArray.cpp
index 27376b9884a0b5b80f6555708eeadfc0ddf75a3a..4f18c7f768fc54601bc6e6b3ed6afc20b224bfc7 100644 (file)
@@ -49,6 +49,9 @@ bool GeomData_Point2DArray::assign(std::shared_ptr<GeomDataAPI_Point2DArray> the
 
   setSize(anOther->size());
   myArray->ChangeArray(anOther->myArray->Array(), false);
+  owner()->data()->sendAttributeUpdated(this);
+
+  return true;
 }
 
 int GeomData_Point2DArray::size()