]> OCCT Git - occt.git/commit
0028677: Avoid change of wire orientation in BRepLib_MakeFace if the wire is open
authornbv <nbv@opencascade.com>
Mon, 24 Apr 2017 10:48:28 +0000 (13:48 +0300)
committerbugmaster <bugmaster@opencascade.com>
Fri, 5 May 2017 08:27:53 +0000 (11:27 +0300)
commitb608f6a564aa3d68b24a7984df66610be8315c81
tree3736e34d60f6216d66d7aaad20fd3cb645e5bced
parent752f9d72012667d754ad7325736e8e6f7dd0de90
0028677: Avoid change of wire orientation in BRepLib_MakeFace if the wire is open

Method BRepLib_MakeFace::CheckInside() is not called for open wire. So, if the input wire is open its orientation is not changed in the result face.
16 files changed:
dox/dev_guides/upgrade/upgrade.md
src/BRepFill/BRepFill_OffsetWire.hxx
src/BRepLib/BRepLib_MakeFace.cxx
tests/bugs/modalg_5/bug25298_01
tests/bugs/modalg_5/bug25298_02
tests/bugs/modalg_5/bug25334_10
tests/bugs/modalg_5/bug25334_3
tests/bugs/modalg_5/bug25334_4
tests/bugs/modalg_5/bug25334_9
tests/bugs/modalg_6/bug26296_5
tests/bugs/modalg_6/bug26481
tests/bugs/modalg_6/bug6768
tests/offset/wire_unclosed_outside_0_005/B6
tests/offset/wire_unclosed_outside_0_025/B6
tests/offset/wire_unclosed_outside_0_075/A1
tests/offset/wire_unclosed_outside_0_075/B6