Skip to content

colors don't render with negative dimensions #227

@chaffra

Description

@chaffra

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions