0024023: Revamp the OCCT Handle -- GC
[occt.git] / src / GC / GC.cdl
CommitLineData
b311480e 1-- Created on: 1992-03-27
2-- Created by: Remi GILET
3-- Copyright (c) 1992-1999 Matra Datavision
973c2be1 4-- Copyright (c) 1999-2014 OPEN CASCADE SAS
b311480e 5--
973c2be1 6-- This file is part of Open CASCADE Technology software library.
b311480e 7--
d5f74e42 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
973c2be1 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.
b311480e 13--
973c2be1 14-- Alternatively, this file may be used under the terms of Open CASCADE
15-- commercial license or contractual agreement.
7fd59977 16
17package GC
18
19uses gp,
20 gce,
21 Geom,
22 StdFail
23
24
25 ---Level : Public.
26 -- All methods of all classes will be public.
27
28
29is
30
31private deferred class Root;
32
33---------------------------------------------------------------------------
34-- Constructions of 3d geometrical elements from Geom.
35---------------------------------------------------------------------------
36
37class MakeLine;
7fd59977 38
39class MakeCircle;
7fd59977 40
41class MakeHyperbola;
7fd59977 42
43class MakeEllipse;
7fd59977 44
45class MakeSegment;
7fd59977 46
47class MakeArcOfCircle;
7fd59977 48
49class MakeArcOfEllipse;
7fd59977 50
51class MakeArcOfHyperbola;
7fd59977 52
53class MakeArcOfParabola;
7fd59977 54
55---------------------------------------------------------------------------
56-- Constructions of planes from Geom.
57---------------------------------------------------------------------------
58
59class MakePlane;
60
61---------------------------------------------------------------------------
62-- Construction of surfaces from Geom.
63---------------------------------------------------------------------------
64
65class MakeCylindricalSurface;
7fd59977 66
67class MakeConicalSurface;
7fd59977 68
69class MakeTrimmedCylinder;
7fd59977 70
71class MakeTrimmedCone;
7fd59977 72
73---------------------------------------------------------------------------
74-- Constructions of Transformation from Geom.
75---------------------------------------------------------------------------
76
77class MakeTranslation;
7fd59977 78
79class MakeMirror;
7fd59977 80
81class MakeRotation;
7fd59977 82
83class MakeScale;
7fd59977 84
85end GC;