]> OCCT Git - occt-copy.git/commit
Support of implementation of the algorithm for replacing faces in shape with new...
authorjgv <jgv@opencascade.com>
Mon, 14 Aug 2017 11:48:07 +0000 (14:48 +0300)
committermsv <msv@opencascade.com>
Fri, 9 Feb 2018 13:05:37 +0000 (16:05 +0300)
commit2031d84f45867b757f6cde46419a359b45ceddd2
tree3698c07968b634da8586eaf2a409b9f1792ae6f1
parent61f2ce47cd6592e3ec1ef1e9388aef8ae083543a
Support of implementation of the algorithm for replacing faces in shape with new faces based on other surfaces - PatchFaces. For that:

- Add the flag UseInfini in the method BRepOffset_Tool::EnLargeFace, defining whether it is needed to use infinite enlarge of a face or not.

- Add the method TopExp::MapShapesAndUniqueAncestors().

- Increase the value of extension in EnlargeGeometry to provide proper intersection of adjacent faces.
src/BRepOffset/BRepOffset_Tool.cxx
src/BRepOffset/BRepOffset_Tool.hxx
src/TopExp/TopExp.cxx
src/TopExp/TopExp.hxx