]> 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, 19 Sep 2017 12:42:47 +0000 (15:42 +0300)
commite178d2fa1657c9eafeb50ab5f79418a593f1960d
tree982d7a828cde8c3a6ac2a65e6ddad919e68edfff
parent8ee9c2f49a7c01dd1a364f02429f250555fbf29b
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