]> 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)
committerema <elena.mozokhina@opencascade.com>
Tue, 12 Sep 2017 11:00:49 +0000 (14:00 +0300)
commitfc5399d2e28ff2c52d3728337731439eefb31c9b
treedecfea5ec601d37cb96e2a75f53cfbffe904d652
parentd2c909178edea381a99889edd7d75b57f4cdf4d3
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]