Integration of OCCT 6.5.0 from SVN
[occt.git] / src / GeomLib / GeomLib_MakeCurvefromApprox.lxx
1 // File:        GeomLib_MakeCurvefromApprox.lxx
2 // Created:     Tue Jun 13 11:11:23 1995
3 // Author:      Bruno DUMORTIER
4 //              <dub@fuegox>
5
6
7
8 //=======================================================================
9 //function : IsDone
10 //purpose  : 
11 //=======================================================================
12
13 inline Standard_Boolean GeomLib_MakeCurvefromApprox::IsDone() const 
14 {
15   return myApprox.IsDone();
16 }
17
18