7fd59977 |
1 | // File: IGESControl_ToolContainer.cxx |
2 | // Created: Tue Feb 8 09:30:22 2000 |
3 | // Author: data exchange team |
4 | // <det@kinox> |
5 | |
6 | |
7 | #include <IGESControl_ToolContainer.ixx> |
8 | #include <IGESControl_IGESBoundary.hxx> |
9 | |
10 | //======================================================================= |
11 | //function : IGESControl_ToolContainer |
12 | //purpose : |
13 | //======================================================================= |
14 | |
15 | IGESControl_ToolContainer::IGESControl_ToolContainer():IGESToBRep_ToolContainer() |
16 | { |
17 | } |
18 | |
19 | //======================================================================= |
20 | //function : IGESBoundary |
21 | //purpose : |
22 | //======================================================================= |
23 | |
24 | Handle(IGESToBRep_IGESBoundary) IGESControl_ToolContainer::IGESBoundary() const |
25 | { |
26 | return new IGESControl_IGESBoundary; |
27 | } |