0022904: Clean up sccsid variables
[occt.git] / src / QANewBRepNaming / QANewBRepNaming_Limitation.cdl
CommitLineData
7fd59977 1-- File: QANewBRepNaming_Limitation.cdl
2-- Created: Tue Oct 31 14:42:07 2000
3-- Author: Vladislav ROMASHKO
4-- <vro@flox.nnov.matra-dtv.fr>
5---Copyright: Matra Datavision 2000
6
7fd59977 7-- Lastly modified by :
8-- +---------------------------------------------------------------------------+
9-- ! szy ! Modified input parameter type !18-10-2002! 3.0-00-2!
10-- +---------------------------------------------------------------------------+
11
12class Limitation from QANewBRepNaming inherits BooleanOperationFeat from QANewBRepNaming
13
14uses
15
16 Label from TDF,
17 MakeShape from BRepBuilderAPI,
18 Limitation from QANewModTopOpe
19
20is
21
22 Create returns Limitation from QANewBRepNaming;
23
24 Create(ResultLabel : Label from TDF)
25 returns Limitation from QANewBRepNaming;
26
27 Load (me; MakeShape : in out Limitation from QANewModTopOpe);
28
29 LoadContent(me; MakeShape : in out Limitation from QANewModTopOpe)
30 ---Purpose: Loads the content of the result.
31 is protected;
32
33 LoadResult(me; MakeShape : in out Limitation from QANewModTopOpe)
34 ---Purpose: Loads the result.
35 is protected;
36
37 LoadDegenerated(me; MakeShape : in out Limitation from QANewModTopOpe)
38 ---Purpose: Loads the deletion of the degenerated edges.
39 is protected;
40
41
42 LoadWire(me; MakeShape : in out Limitation from QANewModTopOpe)
43 ---Purpose: A default implementation for naming of a wire as an object of
44 -- a boolean operation.
45 is protected;
46
47 LoadShell(me; MakeShape : in out Limitation from QANewModTopOpe)
48 ---Purpose: A default implementation for naming of a shell as an object of
49 -- a boolean operation.
50 is protected;
51
52end Limitation;
53
54-- @@SDM: begin
55
56-- Lastly modified by : vro Date : 31-10-2000
57
58-- File history synopsis (creation,modification,correction)
59-- +---------------------------------------------------------------------------+
60-- ! Developer ! Comments ! Date ! Version !
61-- +-----------!-----------------------------------------!----------!----------+
62-- ! vro ! Creation !31-10-2000!3.0-00-1!
63-- ! szy ! Modified input parameter type of Load !18-10-2002! 3.0-00-2!
64-- ! vladimir ! adaptation to CAS 5.0 ! 07/01/03! 4.0-2!
65-- +---------------------------------------------------------------------------+
66--
67-- @@SDM: end