]> OCCT Git - occt-copy.git/commit
0029234: BRepOffsetAPI_NormalProjection produces INTERNAL edges and vertices
authormsv <msv@opencascade.com>
Fri, 20 Oct 2017 15:59:01 +0000 (18:59 +0300)
committerrnv <rnv@opencascade.com>
Tue, 6 Mar 2018 09:36:59 +0000 (12:36 +0300)
commit503aa68780fcfbe467483a4ed35a9be5ceb985cf
tree9e496bb433701d6c40292b58c50541463565b068
parent88af392026f1c4d2e02ecbffa2c35c0d3ef029c3
0029234: BRepOffsetAPI_NormalProjection produces INTERNAL edges and vertices

Make the algorithm BRepOffsetAPI_NormalProjection use section operation instead of common to get the edge-result of projection to be in face restrictions.

Correct Boolean operation algorithm to produce correctly oriented result in the case of common between face and edge.

The algorithm ShapeUpgrade_UnifySameDomain has been patched to correctly gather same domain faces in a compound.

The TCL script snowflake.tcl has been corrected to get rid of dependence on the order of edges in the result of Boolean operation.
samples/tcl/snowflake.tcl
src/BOPAlgo/BOPAlgo_BOP.cxx
src/BOPAlgo/BOPAlgo_Builder_3.cxx
src/BOPAlgo/BOPAlgo_MakerVolume.cxx
src/BOPAlgo/BOPAlgo_Tools.cxx
src/BOPAlgo/BOPAlgo_Tools.hxx
src/BRepAlgo/BRepAlgo_NormalProjection.cxx
src/ShapeUpgrade/ShapeUpgrade_UnifySameDomain.cxx
src/ShapeUpgrade/ShapeUpgrade_UnifySameDomain.hxx
tests/bugs/modalg_7/bug29234 [new file with mode: 0644]