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

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

Open
jwagenet opened this issue Mar 13, 2025 · 0 comments
Open

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

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

1 participant