]> OCCT Git - occt-copy.git/commit
0029787: Visualization - Avoid in presentation edges of certain continuity class...
authorkgv <kgv@opencascade.com>
Fri, 23 Oct 2020 07:55:50 +0000 (10:55 +0300)
committerkgv <kgv@opencascade.com>
Fri, 23 Oct 2020 08:16:43 +0000 (11:16 +0300)
commitbf90c28c26596526b000815fbdc1ae6db7e98ac1
treee8dc1bd556871a98032e84e431812976fec9cc61
parentd34b3ccb8f3c3c5a3bdba36c3e84324560e39e6d
0029787: Visualization - Avoid in presentation edges of certain continuity class [backport for OCCT 7.2.0]

A new flag Prs3d_Drawer::FaceBoundaryUpperContinuity() has been introduced
handled by StdPrs_ShadedShape::FillFaceBoundaries() method to exclude edges
of higher continuity class (e.g. to skip seam edges).
src/AIS/AIS_ColoredShape.cxx
src/BRep/BRep_Tool.cxx
src/BRep/BRep_Tool.hxx
src/Prs3d/Prs3d_Drawer.cxx
src/Prs3d/Prs3d_Drawer.hxx
src/StdPrs/StdPrs_ShadedShape.cxx
src/StdPrs/StdPrs_ShadedShape.hxx
src/ViewerTest/ViewerTest_ObjectCommands.cxx