mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-05-31 22:37:48 +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
|
# Example: see GEOM_TestAll.py
|
||||||
def MakeVertexOnLinesIntersection(theRefLine1, theRefLine2):
|
def MakeVertexOnLinesIntersection(theRefLine1, theRefLine2):
|
||||||
anObj = BasicOp.MakePointOnCurve(theRefLine1, theRefLine2)
|
anObj = BasicOp.MakePointOnLinesIntersection(theRefLine1, theRefLine2)
|
||||||
RaiseIfFailed("MakePointOnLinesIntersection", BasicOp)
|
RaiseIfFailed("MakePointOnLinesIntersection", BasicOp)
|
||||||
return anObj
|
return anObj
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user