]> OCCT Git - occt-copy.git/commit
0025465: Excess vertex in the result of CUT operation
authornbv <nbv@opencascade.com>
Tue, 18 Nov 2014 07:40:46 +0000 (10:40 +0300)
committervsr <vsr@opencascade.com>
Thu, 4 Dec 2014 07:19:39 +0000 (10:19 +0300)
commitaf4b075434dd46f3055a636f0bd655d17e93ce78
treea09ff27c04aeb36625c81ce9011e3f9dd9994fce
parent4ece81d4a95b9f06b4f821533af482fe68fb2a41
0025465: Excess vertex in the result of CUT operation

1. Methods ClearVertexes(), RemoveVertex(...) and InsertVertexBefore(...) was added to the IntPatch_WLine class.
2. Function IsSame(...) for IntSurf_PntOn2S was added (see IntSurf_PntOn2S.cdl for detail information).
3. Concatenate WLine got if it is possible.

Some test cases were changed according to their new behavior.
34 files changed:
src/IntPatch/IntPatch_ImpImpIntersection_4.gxx
src/IntPatch/IntPatch_WLine.cdl
src/IntPatch/IntPatch_WLine.lxx
tests/bugs/begin
tests/bugs/modalg_1/bug16517_1
tests/bugs/modalg_1/bug16517_2
tests/bugs/modalg_2/bug22864
tests/bugs/modalg_2/bug22967
tests/bugs/modalg_2/bug23218
tests/bugs/modalg_5/bug24798
tests/bugs/modalg_5/bug24825_common
tests/bugs/modalg_5/bug24825_cut
tests/bugs/modalg_5/bug24825_fuse
tests/bugs/modalg_5/bug24981
tests/bugs/modalg_5/bug25292_11
tests/bugs/modalg_5/bug25292_12
tests/bugs/modalg_5/bug25292_13
tests/bugs/modalg_5/bug25292_14
tests/bugs/modalg_5/bug25292_15
tests/bugs/modalg_5/bug25292_16
tests/bugs/modalg_5/bug25292_21
tests/bugs/modalg_5/bug25292_22
tests/bugs/modalg_5/bug25292_23
tests/bugs/modalg_5/bug25292_24
tests/bugs/modalg_5/bug25292_25
tests/bugs/modalg_5/bug25292_26
tests/bugs/modalg_5/bug25292_31
tests/bugs/modalg_5/bug25292_32
tests/bugs/modalg_5/bug25292_33
tests/bugs/modalg_5/bug25292_34
tests/bugs/modalg_5/bug25292_35
tests/bugs/modalg_5/bug25292_36
tests/bugs/modalg_5/bug25465_1 [new file with mode: 0644]
tests/bugs/modalg_5/bug25465_2 [new file with mode: 0644]