Files
OCCT/src/BRepFill/BRepFill_Generator.lxx
2012-03-05 19:23:40 +04:00

17 lines
382 B
Plaintext
Executable File

// 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;
}