From: jgv Date: Fri, 12 Jul 2013 13:40:15 +0000 (+0400) Subject: 0023582: Argument of LocOpe_WiresOnShape::SetCheckInterior() function is ignored. X-Git-Tag: V6_7_0_beta~200 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=fa748d099f049c71a5c65fc636df5ea038132376;p=occt-copy.git 0023582: Argument of LocOpe_WiresOnShape::SetCheckInterior() function is ignored. --- diff --git a/src/LocOpe/LocOpe_WiresOnShape.lxx b/src/LocOpe/LocOpe_WiresOnShape.lxx index 8b5cd548b9..fd6e424c03 100755 --- a/src/LocOpe/LocOpe_WiresOnShape.lxx +++ b/src/LocOpe/LocOpe_WiresOnShape.lxx @@ -27,7 +27,7 @@ inline void LocOpe_WiresOnShape::SetCheckInterior(const Standard_Boolean ToCheckInterior) { - myCheckInterior = Standard_True; + myCheckInterior = ToCheckInterior; } //=======================================================================