Integration of OCCT 6.5.0 from SVN
[occt.git] / src / GeomFill / GeomFill_Generator.lxx
1 // File:        GeomFill_Generator.lxx
2 // Created:     Fri Feb 25 09:15:58 1994
3 // Author:      Bruno DUMORTIER
4 //              <dub@fuegox>
5
6
7
8 inline const Handle(Geom_Surface)& GeomFill_Generator::Surface() const
9 {
10   return mySurface;
11 }