blob: 0e6a95e6b4df33610cb2d4a32fdf26329c0cccea (
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
|
// File: IGESToBRep_ToolContainer.cxx
// Created: Mon Feb 7 13:08:56 2000
// Author: data exchange team
// <det@kinox>
#include <IGESToBRep_ToolContainer.ixx>
//=======================================================================
//function : IGESToBRep_ToolContainer
//purpose :
//=======================================================================
IGESToBRep_ToolContainer::IGESToBRep_ToolContainer()
{
}
//=======================================================================
//function : IGESBoundary
//purpose :
//=======================================================================
Handle(IGESToBRep_IGESBoundary) IGESToBRep_ToolContainer::IGESBoundary() const
{
return new IGESToBRep_IGESBoundary;
}
|