mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-05-16 10:54:53 +03:00
0023582: Argument of LocOpe_WiresOnShape::SetCheckInterior() function is ignored.
This commit is contained in:
parent
95978b2851
commit
fa748d099f
@ -27,7 +27,7 @@
|
||||
|
||||
inline void LocOpe_WiresOnShape::SetCheckInterior(const Standard_Boolean ToCheckInterior)
|
||||
{
|
||||
myCheckInterior = Standard_True;
|
||||
myCheckInterior = ToCheckInterior;
|
||||
}
|
||||
|
||||
//=======================================================================
|
||||
|
Loading…
x
Reference in New Issue
Block a user