]> OCCT Git - occt-copy.git/commit
0029003: Implementation of the algorithm for replacing faces in shape with new faces...
authorjgv <jgv@opencascade.com>
Wed, 16 Aug 2017 10:56:00 +0000 (13:56 +0300)
committerjgv <jgv@opencascade.com>
Tue, 3 Oct 2017 11:25:06 +0000 (14:25 +0300)
commit43f72b89ddf97f7dd33b147b793a045d59aaad80
treeb93ed6635e245eeac72fe94735e907d88c97d040
parente2b4dea25313d08318e94d6cbc329d18486d801c
0029003: Implementation of the algorithm for replacing faces in shape with new faces based on other surfaces

Implementation of the algorithm for replacing faces in shape with new faces based on other surfaces - BRepOffsetAPI_PatchFaces.

The algorithm runs the steps similar to 3d Offset algorithm for Join type Intersection (intersection of the faces with neighbors for trimming of the faces by the adjacent faces).
src/BRepOffsetAPI/BRepOffsetAPI_PatchFaces.cxx [new file with mode: 0644]
src/BRepOffsetAPI/BRepOffsetAPI_PatchFaces.hxx [new file with mode: 0644]
src/BRepTest/BRepTest_FeatureCommands.cxx