]> 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)
committeraba <aba@opencascade.com>
Wed, 25 Jan 2017 08:06:37 +0000 (11:06 +0300)
commit6a2e6be4552d54d3315d712db34a94e4782d187d
treec560b9241c3f8db8c56f09fe0f9d5917d57a942c
parent2b73a1d19fa87effaa9c36bd7683e4c1966ebe8c
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]