]> OCCT Git - occt-copy.git/commit
0025488: Wrong result of two trimmed cylinders intersection
authornbv <nbv@opencascade.com>
Fri, 21 Nov 2014 11:44:01 +0000 (14:44 +0300)
committervsr <vsr@opencascade.com>
Thu, 4 Dec 2014 06:40:09 +0000 (09:40 +0300)
commitcb793355eb550668cf050f11e237386da0f7440a
tree388005a60fd7bc0e1ad71a2d90de47a46f16da45
parentaba7d78e187ff56fc73d7f437cb8897ed34a97b7
0025488: Wrong result of two trimmed cylinders intersection

1. Function IsSame(...) for IntSurf_PntOn2S was added (see IntSurf_PntOn2S.cdl for detail information).
2. Inserting additional points is forbidden if existing WLine contains only two points coincided.

Test-case for issue #25488
src/IntPatch/IntPatch_ImpImpIntersection_4.gxx
src/IntSurf/IntSurf_PntOn2S.cdl
src/IntSurf/IntSurf_PntOn2S.cxx
tests/bugs/modalg_5/bug25488 [new file with mode: 0644]