tpaviot / pythonocc-core

Python package for 3D geometry CAD/BIM/CAM
GNU Lesser General Public License v3.0
1.39k stars 380 forks source link

Black face boundaries vs coloured face boundaries #891

Open ghareth opened 4 years ago

ghareth commented 4 years ago

In older versions of pythonocc, faces were drawn with a black boundary, however the latest version of pythonocc=7.4, faces are drawn with a coloured boundary. This problem is report in OpenCascade here: https://old.opencascade.com/content/face-boundary-aspect-v740

Is there anyway to implement the solution provided by Kirill Gavrilov in pythonocc?

tpaviot commented 4 years ago

@ghareth When running pythonocc latest version on my ubuntu machine, the boundary edges are dranw in black by default, see attached screenshot. pyocc-scr-891

Can you please upload an image to figure what's wrong ?