0024750: Replace instantiations of TCollection generic classes by NCollection templat...
[occt.git] / src / BRepOffsetAPI / BRepOffsetAPI.cdl
1 -- Created on: 1999-10-11
2 -- Created by: Atelier CAS2000
3 -- Copyright (c) 1999 Matra Datavision
4 -- Copyright (c) 1999-2014 OPEN CASCADE SAS
5 --
6 -- This file is part of Open CASCADE Technology software library.
7 --
8 -- This library is free software; you can redistribute it and/or modify it under
9 -- the terms of the GNU Lesser General Public License version 2.1 as published
10 -- by the Free Software Foundation, with special exception defined in the file
11 -- OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
12 -- distribution for complete text of the license and disclaimer of any warranty.
13 --
14 -- Alternatively, this file may be used under the terms of Open CASCADE
15 -- commercial license or contractual agreement.
16
17 package  BRepOffsetAPI 
18
19 uses   
20     Standard, 
21     StdFail,
22     gp, 
23     GeomAbs,
24     Geom,
25     GeomFill,
26     Approx,
27     TopoDS,
28     TopTools, 
29     BRepAlgo,
30     BRepBuilderAPI, 
31     BRepSweep, 
32     BRepPrimAPI,             
33     BRepFill, 
34     Law, 
35     Draft, 
36     BRepOffset, 
37      
38     TColStd,
39     TCollection
40
41 is 
42
43
44     --
45     -- Sweeping
46     -- 
47
48     class MakePipe;        ---  inherits MakeSweep from BRepPrimAPI    
49
50     class MakePipeShell;  ---  inherits MakeSweep from BRepPrimAPI
51
52     class  MakeDraft; ---  inherits MakeShape from BRepBuilderAPI
53     
54     class DraftAngle; ---  inherits MakeShape from BRepBuilderAPI
55
56
57
58
59     class FindContigousEdges;
60
61     alias Sewing  is  Sewing from BRepBuilderAPI;
62       ---Purpose: sew the shapes along their common edges
63    
64
65
66     --
67     -- Evolved and Offseting
68     -- 
69     
70     class MakeOffset;     ---  inherits MakeShape from BRepBuilderAPI
71
72     class MakeOffsetShape; ---  inherits MakeShape from BRepBuilderAPI
73         --Purpose: Offset shape to shells or solids.
74
75     class MakeThickSolid;    ---   inherits MakeOffsetShape from BRepOffsetAPI
76
77     class MakeEvolved;    ---  inherits MakeShape from BRepBuilderAPI
78
79  
80     --
81     -- Construction of Shape through sections.
82     -- 
83
84     class ThruSections;       ---  inherits  MakeShape  from  BRepBuilderAPI
85
86     class NormalProjection ;  ---  inherits  MakeShape  from  BRepBuilderAPI
87
88     class MiddlePath;         ---  inherits  MakeShape  from  BRepBuilderAPI
89     
90     -- 
91     --   Plate
92     --     
93     class MakeFilling;  ---  inherits MakeShape from BRepBuilderAPI
94
95     imported SequenceOfSequenceOfReal;
96
97     imported SequenceOfSequenceOfShape;
98
99 end;