mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-05-21 10:55:33 +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)
|
inline void LocOpe_WiresOnShape::SetCheckInterior(const Standard_Boolean ToCheckInterior)
|
||||||
{
|
{
|
||||||
myCheckInterior = Standard_True;
|
myCheckInterior = ToCheckInterior;
|
||||||
}
|
}
|
||||||
|
|
||||||
//=======================================================================
|
//=======================================================================
|
||||||
|
Loading…
x
Reference in New Issue
Block a user