]> OCCT Git - occt.git/commit
0032857: Error when finding the intersection between a new face made after a draft... CR32857_2
authornmanchen <nmanchen@opencascade.com>
Thu, 10 Nov 2022 09:58:05 +0000 (12:58 +0300)
committernmanchen <nmanchen@opencascade.com>
Fri, 2 Dec 2022 11:58:16 +0000 (14:58 +0300)
commit022b6bdff7785574c2eaefcf390e5c81332260cc
treec01eaada7a64afb14ecd61b4f01fbdafb1ec8714
parent057dcfddf77c75cfad6a05e7f7be57d17db01e86
0032857: Error when finding the intersection between a new face made after a draft and the inner face of body

myGeom is now initialized by input surface for Draft_FaceInfo even if its type is Geom_RectangularTrimmedSurface.
input cylindric faces is not necessary to be trimmed (fixes bug712_1)
src/Draft/Draft_FaceInfo.cxx
src/Draft/Draft_Modification_1.cxx
tests/bugs/modalg_8/bug32857 [new file with mode: 0644]