0022627: Change OCCT memory management defaults
[occt.git] / src / GeometryTest / GeometryTest.cdl
CommitLineData
7fd59977 1-- File: GeometryTest.cdl
2-- Created: Mon Jun 24 11:23:25 1991
3-- Author: Christophe MARION
4-- <cma@phobox>
5-- modified by mps (dec 96) add of ContinuityCommands
6---Copyright: Matra Datavision 1991
7
8
9
10package GeometryTest
11
12 ---Purpose: this package provides commands for curves and
13 -- surface.
14uses
15 Draw,
16 Standard,
17 GeomliteTest
18
19is
20
21 AllCommands(I : in out Interpretor from Draw);
22 ---Purpose: defines all geometric commands.
23
24 CurveCommands(I : in out Interpretor from Draw);
25 ---Purpose: defines curve commands.
26
27 FairCurveCommands(I : in out Interpretor from Draw);
28 ---Purpose: defines fair curve commands.
29
30 SurfaceCommands(I : in out Interpretor from Draw);
31 ---Purpose: defines surface commands.
32
33 ConstraintCommands(I : in out Interpretor from Draw);
34 ---Purpose: defines cosntrained curves commands.
35
36 API2dCommands(I : in out Interpretor from Draw);
37 ---Purpose: defines commands to test the Geom2dAPI
38 -- - Intersection
39 -- - Extrema
40 -- - Projection
41 -- - Approximation, interpolation
42
43 APICommands(I : in out Interpretor from Draw);
44 ---Purpose: defines commands to test the Geom2dAPI
45 -- - Intersection
46 -- - Extrema
47 -- - Projection
48 -- - Approximation, interpolation
49
50 ContinuityCommands(I : in out Interpretor from Draw);
51 --- Purpose: defines commands to check local
52 -- continuity between curves or surfaces
53
54 PolyCommands(I : in out Interpretor from Draw);
55 ---Purpose: defines command to test the polyhedral
56 -- triangulations and the polygons from the Poly package.
57
38f33510
J
58 TestProjCommands(I : in out Interpretor from Draw);
59 ---Purpose: defines commands to test projection of geometric objects
60
7fd59977 61end GeometryTest;