0023995: GeomAPI_ExtremaCurveSurface : wrong result between a curve and a plane
[occt.git] / src / Extrema / Extrema_ExtCS.cdl
index 6453b26..e1ee4b4 100755 (executable)
@@ -1,8 +1,23 @@
--- File:       ExtCS.cdl
--- Created:    Thu Feb 21 19:12:30 1991
--- Author:     Isabelle GRIGNON
---             <isg@topsn3>
----Copyright:   Matra Datavision 1991
+-- Created on: 1991-02-21
+-- Created by: Isabelle GRIGNON
+-- Copyright (c) 1991-1999 Matra Datavision
+-- Copyright (c) 1999-2012 OPEN CASCADE SAS
+--
+-- The content of this file is subject to the Open CASCADE Technology Public
+-- License Version 6.5 (the "License"). You may not use the content of this file
+-- except in compliance with the License. Please obtain a copy of the License
+-- at http://www.opencascade.org and read it completely before using this file.
+--
+-- The Initial Developer of the Original Code is Open CASCADE S.A.S., having its
+-- main offices at: 1, place des Freres Montgolfier, 78280 Guyancourt, France.
+--
+-- The Original Code and all software distributed under the License is
+-- distributed on an "AS IS" basis, without warranty of any kind, and the
+-- Initial Developer hereby disclaims all such warranties, including without
+-- limitation, any warranties of merchantability, fitness for a particular
+-- purpose or non-infringement. Please see the License for the specific terms
+-- and conditions governing the rights and limitations under the License.
+
 
 
 class ExtCS from Extrema
@@ -103,7 +118,14 @@ is
                -- if N < 1 or N > NbPoints(me).
        is static;
 
-
+    AddSolution (me: in out;
+                Curve: Curve from Adaptor3d;
+                T,U,V: Real;
+                PointOnCurve, PointOnSurf: Pnt from gp;
+                SquareDist: Real)
+    returns Boolean
+    is static private;
+    
     Bidon(me) returns SurfacePtr from Adaptor3d
     is static private;