mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-24 13:50:49 +03:00
0023582: Argument of LocOpe_WiresOnShape::SetCheckInterior() function is ignored.
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
|
||||
inline void LocOpe_WiresOnShape::SetCheckInterior(const Standard_Boolean ToCheckInterior)
|
||||
{
|
||||
myCheckInterior = Standard_True;
|
||||
myCheckInterior = ToCheckInterior;
|
||||
}
|
||||
|
||||
//=======================================================================
|
||||
|
Reference in New Issue
Block a user