]> OCCT Git - occt-copy.git/commit
0024585: Wrong pcurve of the section curve
authornbv <nbv@opencascade.com>
Wed, 12 Feb 2014 10:21:54 +0000 (14:21 +0400)
committerabv <abv@opencascade.com>
Tue, 25 Mar 2014 12:24:48 +0000 (16:24 +0400)
commit6eaa82840119011db7d44b4c3a2e59d2295aaa71
tree6f9d722ea55c867fe5de72aecc0c3c48ff09acff
parentac29779aa95c07725e838ee04b0c517ba7fb089d
0024585: Wrong pcurve of the section curve

PCurve is extended to surface boundary forcefully.
It is made by finding some additional points (if it is possibly).
"bopcurves" DRAW-command returns number of found 3D-curves and (as an option) 2D-curve (see help for more detail information).

Test cases for issue CR24585
src/BOPTest/BOPTest_BOPCommands.cxx
src/IntPatch/IntPatch_PrmPrmIntersection.cxx
src/IntPatch/IntPatch_RstInt.cdl
src/IntPatch/IntPatch_RstInt.cxx
src/IntPatch/IntPatch_WLine.cdl
src/IntPatch/IntPatch_WLine.cxx
src/IntWalk/IntWalk_PWalking.cdl
src/IntWalk/IntWalk_PWalking_1.gxx
tests/bugs/modalg_5/bug24472
tests/bugs/modalg_5/bug24585_1 [new file with mode: 0644]
tests/bugs/modalg_5/bug24585_2 [new file with mode: 0644]