]> OCCT Git - occt-copy.git/commit
0029293: Boolean Operations algorithm does not preserve the orientations of the faces
authoremv <emv@opencascade.com>
Fri, 3 Nov 2017 09:12:34 +0000 (12:12 +0300)
committerrnv <rnv@opencascade.com>
Tue, 6 Mar 2018 15:28:41 +0000 (18:28 +0300)
commit527d9c88537aedac6a4e8050cc9ebd34f825ea8f
tree94515cfcd706d6f715aa32a461dc0f35c298d852
parent996224de92bc492f586ffa1820b808f5eaa16597
0029293: Boolean Operations algorithm does not preserve the orientations of the faces

While building splits of faces (BOPAlgo_Builder::FillImagesFaces()) make sure that the orientation of the input face will be passed to its splits.

Extend draw command "normals" with new key "[-print]" which allows printing values of the normal vector.
src/BOPAlgo/BOPAlgo_Builder_2.cxx
src/DBRep/DBRep.cxx
tests/bugs/modalg_7/bug29293_1 [new file with mode: 0644]
tests/bugs/modalg_7/bug29293_2 [new file with mode: 0644]