tpaviot / pythonocc-demos

Examples and demos for the pythonocc CAD package
219 stars 117 forks source link

core_topology_faces has some color typos #22

Closed Sohaib90 closed 2 years ago

Sohaib90 commented 4 years ago

In core_topology_faces.py, on line 66, you mention the brown face, and then proceed to make a brownFace.Face() object But then on line 122, you give it the color blue. Shouldn't the object be named as BlueFace for consistency with the color pythonOCC actually renders it in?