Salome HOME
0022869: EDF 7482 GEOM: Automatically create groups with the generation operations
[modules/geom.git] / src / GEOMUtils / GEOMUtils_TrsfCurve2d.cxx
index fe0707eb9fe332584e260ea0c1a560003b554a0a..6793bb13272a9c248ed8ce2f0f56b6f54d3ddf68 100644 (file)
@@ -242,6 +242,7 @@ gp_Vec2d GEOMUtils::TrsfCurve2d::DN(const Standard_Real    U,
   gp_Vec2d aVec = myCurve.DN(U, N);
 
   myTrsf.TransformD1(aPnt, aVec);
+  return aVec;
 }
 
 //=======================================================================