CadQuery / CQ-editor

CadQuery GUI editor based on PyQT
Apache License 2.0
723 stars 111 forks source link

Seeing subsurface/hidden lines #414

Open Spectre5 opened 8 months ago

Spectre5 commented 8 months ago

When working in CQ-editor, I find that that lines within some distance of the "surface" are shown on the screen. For example, take the box shell example:

result = cq.Workplane("front").box(2, 2, 2).shell(0.1)

and I get: Screenshot from 2023-11-04 23-48-18

Even just a simple box shows the corners going into the box a small amount: Screenshot from 2023-11-04 23-51-25

The amount of zooming in/out does not seem to affect this.

Is there a setting to control this behavior?