Integration of OCCT 6.5.0 from SVN
[occt.git] / src / BRepTest / BRepTest.cdl
CommitLineData
7fd59977 1
2-- -- File: BRepTest.cdl
3-- Created: Tue Jun 25 16:20:06 1991
4-- Author: Christophe MARION
5-- <cma@phobox>
6---Copyright: Matra Datavision 1991, 1992
7
8
9package BRepTest
10
11 ---Purpose: Provides commands to test BRep.
12 --
13uses
14 Draw,
15 TCollection
16
17is
18
19 AllCommands(DI : in out Interpretor from Draw);
20 ---Purpose: Defines all the topology commands.
21
22 BasicCommands(DI : in out Interpretor from Draw);
23 ---Purpose: Defines the basic commands.
24
25 CurveCommands(DI : in out Interpretor from Draw);
26 ---Purpose: Defines the commands to build edges and wires.
27
28 Fillet2DCommands(DI : in out Interpretor from Draw);
29 ---Purpose: Defines the commands to perform add fillets on
30 -- wires and edges.
31
32 SurfaceCommands(DI : in out Interpretor from Draw);
33 ---Purpose: Defines the commands to build faces and shells.
34
35 PrimitiveCommands(DI : in out Interpretor from Draw);
36 ---Purpose: Defines the commands to build primitives.
37
38 FillingCommands(DI : in out Interpretor from Draw);
39 ---Purpose: Defines the commands to build primitives.
40
41 SweepCommands(DI : in out Interpretor from Draw);
42 ---Purpose: Defines the commands to sweep shapes.
43
44 TopologyCommands(DI : in out Interpretor from Draw);
45 ---Purpose: Defines the commands to perform topological
46 -- operations.
47
48 FilletCommands(DI : in out Interpretor from Draw);
49 ---Purpose: Defines the commands to perform add fillets on
50 -- shells.
51
52 ChamferCommands(DI : in out Interpretor from Draw);
53 ---Purpose: Defines the commands to perform add chamfers on
54 -- shells.
55
56 GPropCommands(DI : in out Interpretor from Draw);
57 ---Purpose: Defines commands to compute global properties.
58
59 MatCommands(DI : in out Interpretor from Draw);
60 ---Purpose: Defines commands to compute and to explore the map of the
61 -- Bisecting locus.
62
63
64 DraftAngleCommands(DI : in out Interpretor from Draw);
65 ---Purpose: Defines the commands to modify draft angles of the
66 -- faces of a shape.
67
68
69 FeatureCommands(DI : in out Interpretor from Draw);
70 ---Purpose: Defines the commands to create features on a shape.
71
72
73 OtherCommands(DI : in out Interpretor from Draw);
74 ---Purpose: Defines the auxiliary topology commands.
75
76
77 ExtremaCommands(DI : in out Interpretor from Draw);
78 ---Purpose: Defines the extrema commands.
79
80
81 CheckCommands(DI : in out Interpretor from Draw);
82 ---Purpose: Defines the checkshape command.
83
84 PlacementCommands(DI : in out Interpretor from Draw);
85 ---Purpose: Defines the placement command.
86 --
87
88 ProjectionCommands(DI : in out Interpretor from Draw);
89 ---Purpose: Defines the commands to project a wire on a shape.
90 --
91 ShellCommands(DI : in out Interpretor from Draw);
92 ---Purpose: Defines the commands to prepare shell commands.
93
94end BRepTest;
95