summaryrefslogtreecommitdiff
path: root/inc/ShapeFix_Solid.lxx
blob: 2ab9b74731c6339370a7c68ca6b74ef894637bb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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;
}