Salome HOME
Correct error in PointOnLinesIntersection
authordmv <dmv@opencascade.com>
Fri, 30 Nov 2007 06:09:24 +0000 (06:09 +0000)
committerdmv <dmv@opencascade.com>
Fri, 30 Nov 2007 06:09:24 +0000 (06:09 +0000)
src/GEOM_SWIG/geompy.py

index 2120bb0a6e1a867376b046ab5dafd7f01798a58a..7ba06567fb54f1f1e5311fa2cd6535b4751be39e 100644 (file)
@@ -209,7 +209,7 @@ def MakeVertexOnCurve(theRefCurve, theParameter):
 #
 #  Example: see GEOM_TestAll.py
 def MakeVertexOnLinesIntersection(theRefLine1, theRefLine2):
-    anObj = BasicOp.MakePointOnCurve(theRefLine1, theRefLine2)
+    anObj = BasicOp.MakePointOnLinesIntersection(theRefLine1, theRefLine2)
     RaiseIfFailed("MakePointOnLinesIntersection", BasicOp)
     return anObj