Skip to content

Edge.is_interior returns true for non-interior edges on cylindrical faces #936

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

Open
jwagenet opened this issue Mar 13, 2025 · 0 comments
Open
Labels
bug Something isn't working

Comments

@jwagenet
Copy link
Contributor

Edge.is_interior returns true unexpectedly for the edge on a cylinder or parallel edges on fillet faces. In this part only the interior edges joining the XY faces to the cylinder are expected.

Image

with BuildPart() as part:
    Box(5, 5, 1)
    Cylinder(2, 5)
    edges = part.edges().filter_by(lambda a: a.length == 1)
    fillet(edges, 1)

show(part, part.edges().filter_by(Edge.is_interior))

Tested in 0.9.1

@gumyr gumyr added the bug Something isn't working label Mar 27, 2025
@gumyr gumyr added this to the Not Gating Release 1.0.0 milestone Mar 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants