1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-14 13:30:48 +03:00

0031573: Visualization - Do not show seam edge for shading presentation with boundary edges in VTK

This commit is contained in:
vsv
2020-05-20 15:50:15 +03:00
committed by bugmaster
parent e4e3254a35
commit 2ba1172b73
4 changed files with 27 additions and 7 deletions

View File

@@ -48,6 +48,7 @@ IVtkTools_DisplayModeFilter::IVtkTools_DisplayModeFilter()
aTypes.Add (MT_FreeEdge);
aTypes.Add (MT_BoundaryEdge);
aTypes.Add (MT_SharedEdge);
aTypes.Add (MT_SeamEdge);
aTypes.Add (MT_WireFrameFace);
myModesDefinition[DM_Wireframe] = aTypes;