Salome HOME
+ void SetParameters(double aUparam, double aVparam);
[modules/smesh.git] / src / SMDS / SMDS_FacePosition.cxx
index fe37b035aa2837ea84ac39758e99b259321821ab..52157a55bee8871759a577dba820c4ca17ae8542 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2012  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2013  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
@@ -84,3 +84,14 @@ double SMDS_FacePosition::GetVParameter() const
 {
         return myVParameter;
 }
+
+//=======================================================================
+//function : SetParameters
+//purpose  : 
+//=======================================================================
+
+void SMDS_FacePosition::SetParameters(double aUparam, double aVparam)
+{
+  myUParameter = aUparam;
+  myVParameter = aVparam;
+}