mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-18 14:27:39 +03:00
Integration of OCCT 6.5.0 from SVN
This commit is contained in:
28
src/ShapeFix/ShapeFix_Solid.lxx
Executable file
28
src/ShapeFix/ShapeFix_Solid.lxx
Executable file
@@ -0,0 +1,28 @@
|
||||
//=======================================================================
|
||||
//function : FixShellTool
|
||||
//purpose :
|
||||
//=======================================================================
|
||||
|
||||
inline Handle(ShapeFix_Shell) ShapeFix_Solid::FixShellTool() const
|
||||
{
|
||||
return myFixShell;
|
||||
}
|
||||
|
||||
//=======================================================================
|
||||
//function : FixShellMode
|
||||
//purpose :
|
||||
//=======================================================================
|
||||
|
||||
inline Standard_Integer& ShapeFix_Solid::FixShellMode()
|
||||
{
|
||||
return myFixShellMode;
|
||||
}
|
||||
//=======================================================================
|
||||
//function : CreateOpenSolidMode
|
||||
//purpose :
|
||||
//=======================================================================
|
||||
|
||||
inline Standard_Boolean& ShapeFix_Solid::CreateOpenSolidMode()
|
||||
{
|
||||
return myCreateOpenSolidMode;
|
||||
}
|
Reference in New Issue
Block a user