]> 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>
Thu, 28 Jun 2018 06:45:57 +0000 (09:45 +0300)
commit7468900e6bde8bbec159b593fe81e76941163b40
treeac07955130c43d9151bae379ae1c5a2a9e700dfd
parent57732ce1adcad9501f4c18da138a390277e9b8a4
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]