summaryrefslogtreecommitdiff
path: root/inc/GeomFill_BSplineCurves.lxx
blob: 6531d8e4832ab81d8933493747dd10df348f0342 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// File:	GeomFill_BSplineCurves.lxx
// Created:	Wed Oct  6 16:10:28 1993
// Author:	Bruno DUMORTIER
//		<dub@sdsun1>


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

inline const Handle(Geom_BSplineSurface)&  GeomFill_BSplineCurves::Surface()
     const 
{
  return mySurface;
}