netgen icon indicating copy to clipboard operation
netgen copied to clipboard

colors don't render with negative dimensions

Open chaffra opened this issue 3 months ago • 0 comments

The following example does not render the color when the width of the Rectangle is negative as if the interior of the face disappears. Is that the intended behavior?

patch = WorkPlane().Rectangle(-1, 1).Face()
patch.col = (1,0,0,1)
netgen.webgui.Draw(patch)

chaffra avatar Sep 25 '25 17:09 chaffra