0024955: Misuse of DownCast
[occt.git] / src / ShapeUpgrade / ShapeUpgrade_FixSmallBezierCurves.cdl
CommitLineData
b311480e 1-- Created on: 2000-06-07
2-- Created by: Galina KULIKOVA
973c2be1 3-- Copyright (c) 2000-2014 OPEN CASCADE SAS
b311480e 4--
973c2be1 5-- This file is part of Open CASCADE Technology software library.
b311480e 6--
d5f74e42 7-- This library is free software; you can redistribute it and/or modify it under
8-- the terms of the GNU Lesser General Public License version 2.1 as published
973c2be1 9-- by the Free Software Foundation, with special exception defined in the file
10-- OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
11-- distribution for complete text of the license and disclaimer of any warranty.
b311480e 12--
973c2be1 13-- Alternatively, this file may be used under the terms of Open CASCADE
14-- commercial license or contractual agreement.
7fd59977 15
16class FixSmallBezierCurves from ShapeUpgrade inherits FixSmallCurves from ShapeUpgrade
17
18 ---Purpose:
19
20uses
21
22 --HArray1OfCurve from TColGeom,
23 --HArray1OfCurve from TColGeom2d,
24 --HSequenceOfReal from TColStd,
25 Edge from TopoDS,
26 Face from TopoDS,
27 Curve from Geom,
28 Curve from Geom2d,
29 Status from ShapeExtend
30is
31
32 Create returns FixSmallBezierCurves from ShapeUpgrade;
33 ---Purpose :
34
35 Approx(me : mutable; Curve3d : out Curve from Geom;
36 Curve2d : out Curve from Geom2d;
37 Curve2dR : out Curve from Geom2d;
38 First, Last : in out Real) returns Boolean is redefined;
39 --Perform(me : mutable; theSegments3d :in out HArray1OfCurve from TColGeom;
40 -- theKnots3d : in out HSequenceOfReal from TColStd;
41 -- theSegments2d :in out HArray1OfCurve from TColGeom2d;
42 -- theKnots2d : in out HSequenceOfReal from TColStd) returns Boolean is redefined;
43 ---Purpose :
44
45
46
47end FixSmallBezierCurves;