]> 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)
committersmoskvin <smoskvin@opencascade.com>
Tue, 6 Sep 2022 17:04:21 +0000 (20:04 +0300)
commitb71cb85f671f0019067a3e115f1b2acdbc88c585
tree605af79bfceb2dd382f0f8e7ca9a8c0af408903c
parent05cfce4d8361f65f36dabf0d93269b50f1052ec0
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.

Update documentation
18 files changed:
dox/user_guides/modeling_data/modeling_data.md
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]