blob: 14daaf50acdc9f806afdad3ff06d6ee6afb23b68 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
// File: GeomFill_Generator.lxx
// Created: Fri Feb 25 09:15:58 1994
// Author: Bruno DUMORTIER
// <dub@fuegox>
inline const Handle(Geom_Surface)& GeomFill_Generator::Surface() const
{
return mySurface;
}
|