OCC22311 A regression was found: face obtained from 2D offset of a wire is invalid
[occt.git] / src / BRepFill / BRepFill_Generator.lxx
CommitLineData
7fd59977 1// File: BRepFill_Generator.lxx
2// Created: Mon Mar 7 10:00:22 1994
3// Author: Bruno DUMORTIER
4// <dub@fuegox>
5
6
7
8//=======================================================================
9//function : Shell
10//purpose :
11//=======================================================================
12
13inline const TopoDS_Shell& BRepFill_Generator::Shell() const
14{
15 return myShell;
16}