Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In some cases clean only works in builder mode #481

Closed
MatthiasJ1 opened this issue Jan 15, 2024 · 0 comments
Closed

In some cases clean only works in builder mode #481

MatthiasJ1 opened this issue Jan 15, 2024 · 0 comments

Comments

@MatthiasJ1
Copy link
Contributor

Faces generated by trace are one example

line = Polyline((0,0), (10,10), (20,10))
face = trace(line, 4).clean()
algebra
with BuildSketch() as face:
    with BuildLine() as line:
        Polyline((0,0), (10,10), (20,10))
    trace(line, 4)
builder
gumyr added a commit that referenced this issue Jan 26, 2024
@gumyr gumyr closed this as completed Jan 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants