mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-19 18:07:32 +08:00
17 lines
382 B
Plaintext
Executable File
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;
|
|
}
|