]> 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)
committerakz <akz@opencascade.com>
Fri, 12 Aug 2016 10:17:55 +0000 (13:17 +0300)
commitdcf805dbb7b5032d94845da947f2288cf412d0ee
tree8f80a0ddb436871f8bcc61424364e4f29ebb9678
parentb930adbe57069b7bcebef5a714e292b2b38e6b68
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]