]> OCCT Git - occt.git/commit
0033433: Shape Healing - Implement a new mode to keep initial types of curves
authornmanchen <nmanchen@opencascade.com>
Thu, 27 Jul 2023 16:44:36 +0000 (17:44 +0100)
committerjfa <jfa@opencascade.com>
Wed, 25 Oct 2023 10:17:36 +0000 (11:17 +0100)
commit2d1ed9a4a281f019b9076614802322761aabd569
tree7a9907b0e0bc8d17b2ecba84f822c59ed9c88888
parent33af11340c94994c1e7072b0750d7c838a94c4d8
0033433: Shape Healing - Implement a new mode to keep initial types of curves

The implemented method modifies curves in wire so it becomes connected in vertices well with minor shifting of the curves
src/BRepTest/BRepTest_CurveCommands.cxx
src/ShapeFix/ShapeFix_Wire.cxx
src/ShapeFix/ShapeFix_Wire.hxx
tests/heal/grids.list
tests/heal/wire_fix_curves/strongwire_circle [new file with mode: 0644]
tests/heal/wire_fix_curves/strongwire_ellipse [new file with mode: 0644]
tests/heal/wire_fix_curves/strongwire_halfcircle1 [new file with mode: 0644]
tests/heal/wire_fix_curves/strongwire_halfcircle2 [new file with mode: 0644]
tests/heal/wire_fix_curves/strongwire_nurb [new file with mode: 0644]
tests/heal/wire_fix_curves/strongwire_triangle [new file with mode: 0644]