mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-05-30 16:47:49 +05:00
Correct error in PointOnLinesIntersection
This commit is contained in:
parent
0534a9112e
commit
2edd3f7efd
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user