7fd59977 |
1 | -- File: IGESControl_ToolContainer.cdl |
2 | -- Created: Tue Feb 8 09:25:35 2000 |
3 | -- Author: data exchange team |
4 | -- <det@kinox> |
5 | ---Copyright: Matra Datavision 2000 |
6 | |
7 | |
8 | class ToolContainer from IGESControl inherits ToolContainer from IGESToBRep |
9 | |
10 | ---Purpose: |
11 | |
12 | uses |
13 | |
14 | IGESBoundary from IGESToBRep |
15 | |
16 | is |
17 | |
18 | Create returns mutable ToolContainer from IGESControl; |
19 | ---Purpose: Empty constructor |
20 | |
21 | IGESBoundary (me) returns IGESBoundary from IGESToBRep is redefined; |
22 | ---Purpose: Returns IGESControl_IGESBoundary |
23 | |
24 | end ToolContainer; |