]> OCCT Git - occt.git/commit
0028795: Boolean operations corrupt the p-curve of the source planar face if "non...
authornbv <nbv@opencascade.com>
Mon, 29 May 2017 07:42:30 +0000 (10:42 +0300)
committerapv <apv@opencascade.com>
Fri, 2 Jun 2017 08:47:42 +0000 (11:47 +0300)
commitb7a71e36aa7701e80cd03049cc0978590b91df00
tree3876212b6776b73b56f2cafd3b8a9a329e826715
parentc765ab619be4afedebabbc551bc24aef787dd90f
0028795: Boolean operations corrupt the p-curve of the source planar face if "non-destructive" option is switched off

Now, the range of BRep_CurveRepresentation of the edge is updated if at least one of its boundary is not infinite (earlier, it was updated if all two boundaries are not infinite only).
src/BRep/BRep_Builder.cxx
tests/bugs/modalg_6/bug28795 [new file with mode: 0644]