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:
@@ -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
|
||||
|
Reference in New Issue
Block a user