]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
RNC: added MakeVertexOnCurveByLength in test scripts
authorgdd <gdd>
Thu, 6 Jan 2011 12:55:12 +0000 (12:55 +0000)
committergdd <gdd>
Thu, 6 Jan 2011 12:55:12 +0000 (12:55 +0000)
src/GEOM_SWIG/GEOM_TestAll.py

index 6637f15d5c5789dec53c9df550d9bb84e4fd5c89..2b22e3f7a17b8244c6e08abfcde8545b357d98f1 100644 (file)
@@ -114,6 +114,7 @@ def TestAll (geompy, math):
   #Test point on curve creation
   p_on_arc = geompy.MakeVertexOnCurve(Arc, 0.25) #(GEOM_Object_ptr, Double)->GEOM_Object_ptr
   p_on_arc2 = geompy.MakeVertexOnCurveByCoord(Arc, 100, -10, 10 ) #(GEOM_Object_ptr, Double)->GEOM_Object_ptr
+  p_on_arc3 = geompy.MakeVertexOnCurveByLength(Arc, 50, 2) #(GEOM_Object_ptr, Double, Double)->GEOM_Object_ptr
 
   #Test point on lines intersection
   p_on_l1l2 = geompy.MakeVertexOnLinesIntersection(Line1, Line2) #(2 GEOM_Object_ptr)->GEOM_Object_ptr