1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +03:00

0025992: Method Geom2dAPI_InterCurveCurve::Segment(...) requires detail revision

1. Comment for IsOpposite() method has been amended.
2. Method Geom2dAPI_InterCurveCurve::Segment() has been rewritten in accordance with the Bug description requirements (described problem has been confirmed).

The reason of the exception has been eliminated
This commit is contained in:
nbv
2015-04-09 17:06:47 +03:00
committed by bugmaster
parent 306f5893ea
commit 5b055f07b3
2 changed files with 57 additions and 53 deletions

View File

@@ -40,7 +40,7 @@ is
ReverseFlag : Boolean from Standard)
--Purpose: Creates an IntersectionSegment from two
-- IntersectionPoint. Oppos is True if the 2 curves
-- IntersectionPoint. Oppos is FALSE if the 2 curves
-- have the same orientation. if ReverseFlag is True,
-- P1 and P2 are the point on the first curve, and on
-- the second curve. else, P1 is the point on the
@@ -80,7 +80,7 @@ is
IsOpposite(me)
---Purpose: Returns TRUE if the intersection segment has got
---Purpose: Returns FALSE if the intersection segment has got
-- the same orientation on both curves.
---C++: inline