blob: 7e610b77878a0c63e63a50c09e0e02c6103a493f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
-- File: IGESToBRep_AlgoContainer.cdl
-- Created: Mon Feb 7 13:05:53 2000
-- Author: data exchange team
-- <det@kinox>
---Copyright: Matra Datavision 2000
class AlgoContainer from IGESToBRep inherits TShared from MMgt
---Purpose:
uses
ToolContainer from IGESToBRep
is
Create returns mutable AlgoContainer from IGESToBRep;
---Purpose: Empty constructor
SetToolContainer (me: mutable; TC: ToolContainer from IGESToBRep);
---C++ : inline
---Purpose: Sets ToolContainer
ToolContainer (me) returns ToolContainer from IGESToBRep;
---C++ : inline
---Purpose: Returns ToolContainer
fields
myTC : ToolContainer from IGESToBRep;
end AlgoContainer;
|