]> 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>
Wed, 16 Aug 2017 10:56:00 +0000 (13:56 +0300)
commitbd280a5f22844448c5dd2ac64885d00b19e79035
tree310c3b55189a3dc891921e5be709a5599118959b
parentdfdfa61fb5a7cfde38696f4d1678d15712689007
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