]> 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)
committeremv <emv@opencascade.com>
Wed, 22 Nov 2017 11:16:18 +0000 (14:16 +0300)
commit1ced3e2ccf8719a04184141428458bcd8882c4f1
treeac07955130c43d9151bae379ae1c5a2a9e700dfd
parentde0eb2d1ce8dbad7df4846582133e56def327ad1
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]