]> OCCT Git - occt-copy.git/commit
Implement the new class that allows merging of planar faces constituting a cylindrica...
authormsv <msv@opencascade.com>
Fri, 5 Aug 2016 08:13:44 +0000 (11:13 +0300)
committersnn <snn@opencascade.com>
Thu, 23 Aug 2018 09:03:30 +0000 (12:03 +0300)
commit823d13e218aa26147f476dedb06a9a2fecada3a2
tree5d29140271f78c7dd23bba4a4594cc66ef6f0352
parent42da0d5115bff683c6b596e66cdeaff957f81e7d
Implement the new class that allows merging of planar faces constituting a cylindrical surface into one face. The algorithm checks that all merged faces have smooth change of normal within the given angular tolerance.
The algorithm has front end in draw as a command combinetocylinder.
src/SWDRAW/SWDRAW_ShapeUpgrade.cxx
src/ShapeUpgrade/FILES
src/ShapeUpgrade/ShapeUpgrade_CombineToCylinder.cxx [new file with mode: 0644]
src/ShapeUpgrade/ShapeUpgrade_CombineToCylinder.hxx [new file with mode: 0644]