0025593: Number of intersection points for 2d curves depends on the order of argument...
[occt.git] / src / IntCurve / IntCurve_Polygon2dGen.cdl
index 4f820fa..6b9f1a5 100644 (file)
@@ -46,20 +46,6 @@ is
                    
                    returns Polygon2dGen from IntCurve;
 
-    Create         (Curve       : TheCurve;
-                   NbPnt       : Integer  from Standard;
-                   Domain      : Domain   from IntRes2d;
-                   Tol         : Real     from Standard;
-                   OtherBox    : Box2d    from Bnd)
-                   
-                   ---Purpose: Compute a polygon on the domain of the
-                   --          curve.   parameters of  the  begin and
-                   --          end of the curve (and its polygon) are
-                   --          adjusted to lie in the OtherBox.
-                   
-                   returns Polygon2dGen from IntCurve;
-
-
     ComputeWithBox(me       : in out; 
                    Curve    : TheCurve;
                   OtherBox : Box2d  from Bnd)