]> 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>
Mon, 9 Oct 2017 03:38:23 +0000 (06:38 +0300)
commitd27070fd690652a57385f526dc08993c56181af2
treecfa4a3d5e557b77914aa3d571e337cbf993f003f
parentcda06ac0e3d5a3953a2cad211930e74bbdf0b87c
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