0026075: Make Extrema_GenExtCC return IsParallel flag in case of parallel curves
[occt.git] / src / Extrema / Extrema_GenExtCC.cdl
index a126b92..0381823 100644 (file)
@@ -66,6 +66,10 @@ is
        ---Purpose: Returns True if the distances are found.
        is static;
 
+    IsParallel (me) returns Boolean
+      ---Purpose: Returns state of myParallel flag.
+      is static;
+
     NbExt (me) returns Integer
        ---Purpose: Returns the number of extremum distances.
        raises  NotDone from StdFail,
@@ -96,6 +100,7 @@ is
        is static;
 
 fields
+  myParallel : Boolean;
   myCurveMinTol : Real from Standard;
   myLowBorder : Vector from math;
   myUppBorder : Vector from math;