summaryrefslogtreecommitdiff
path: root/inc/GeomFill_BezierCurves.lxx
blob: 11faaeca98ff7e4ff422c9d18104703c491ef404 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// File:	GeomFill_BezierCurves.lxx
// Created:	Wed Oct  6 15:57:04 1993
// Author:	Bruno DUMORTIER
//		<dub@sdsun1>




//=======================================================================
//function : Surface
//purpose  : 
//=======================================================================

inline const Handle(Geom_BezierSurface)&  GeomFill_BezierCurves::Surface() 
     const 
{
  return mySurface;
}