]> OCCT Git - occt.git/commit
0031887: IntTools_Context::IsPointInFace always return TRUE IR-2020-10-30
authorXu Zhongxing <xuzhongxing@iscas.ac.cn>
Thu, 29 Oct 2020 11:33:27 +0000 (19:33 +0800)
committerbugmaster <bugmaster@opencascade.com>
Fri, 30 Oct 2020 15:25:19 +0000 (18:25 +0300)
commit2b7fd8c81c165926ed30e38290fc30bde4821e07
treeee8ab8fe930966523b28bffbdbe36518d86ae6be
parenta8b9d7eb277d4ce8949427b7c6ab6af92422ae83
0031887: IntTools_Context::IsPointInFace always return TRUE

If aDist >= aTol, bIn is never updated to false, and the function
always returns TRUE.
src/IntTools/IntTools_Context.cxx