]> OCCT Git - occt.git/commit
0032214: Modeling Algorithms - 2d Offset produces wrong result
authorjgv <jgv@opencascade.com>
Mon, 22 Aug 2022 09:15:42 +0000 (12:15 +0300)
committerjfa <jfa@opencascade.com>
Thu, 13 Oct 2022 11:16:46 +0000 (14:16 +0300)
commit7f41fb9e39de219b83a5f5b27b6c06a680c68a7c
tree3971503c9c3130e8861cae564c0c127dfa5de690
parent080db9db129e7c55c48dd35db8d42742263117c8
0032214: Modeling Algorithms - 2d Offset produces wrong result

Add new option to convert input contours into ones consisting of 2D circular arcs and 2D linear segments only.
17 files changed:
src/BRepAlgo/BRepAlgo.cxx
src/BRepAlgo/BRepAlgo.hxx
src/BRepOffsetAPI/BRepOffsetAPI_MakeOffset.cxx
src/BRepOffsetAPI/BRepOffsetAPI_MakeOffset.hxx
src/BRepTest/BRepTest_CurveCommands.cxx
src/Geom2dConvert/FILES
src/Geom2dConvert/Geom2dConvert_ApproxArcsSegments.cxx [new file with mode: 0644]
src/Geom2dConvert/Geom2dConvert_ApproxArcsSegments.hxx [new file with mode: 0644]
src/Geom2dConvert/Geom2dConvert_PPoint.cxx [new file with mode: 0644]
src/Geom2dConvert/Geom2dConvert_PPoint.hxx [new file with mode: 0644]
src/Geom2dConvert/Geom2dConvert_SequenceOfPPoint.hxx [new file with mode: 0644]
tests/bugs/modalg_8/bug32214_1 [new file with mode: 0644]
tests/bugs/modalg_8/bug32214_2 [new file with mode: 0644]
tests/bugs/modalg_8/bug32214_3 [new file with mode: 0644]
tests/bugs/modalg_8/bug32214_4 [new file with mode: 0644]
tests/bugs/modalg_8/bug32214_5 [new file with mode: 0644]
tests/bugs/modalg_8/bug32214_6 [new file with mode: 0644]