summaryrefslogtreecommitdiff
path: root/inc/BRepFill_Generator.lxx
blob: 4aefdc6c8357371d721120dd2645fdc0126d2471 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// File:	BRepFill_Generator.lxx
// Created:	Mon Mar  7 10:00:22 1994
// Author:	Bruno DUMORTIER
//		<dub@fuegox>



//=======================================================================
//function : Shell
//purpose  : 
//=======================================================================

inline const TopoDS_Shell& BRepFill_Generator::Shell() const 
{
  return myShell;
}