Skip to content

Investigate the possibility of returning connected faces with G1 continuity #950

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
jdegenstein opened this issue Mar 26, 2025 · 1 comment
Labels
enhancement New feature or request

Comments

@jdegenstein
Copy link
Collaborator

jdegenstein commented Mar 26, 2025

Sometimes it is desirable to return all faces that are connected with G1 continuity to a given face. Investigate available OCCT methods to return this.

@jdegenstein jdegenstein added this to the Not Gating Release 1.0.0 milestone Mar 26, 2025
@gumyr gumyr added the enhancement New feature or request label Mar 27, 2025
@gumyr
Copy link
Owner

gumyr commented Mar 27, 2025

There already is a topo_explore_connected_faces(edge) -> list[TopoDS_Face] function that finds the faces that share an edge. The difficulty with any continuity check is that with non-planar faces the continuity could change along the edge. I don't know how that could be handled in the general case but maybe a simple version with a warning that this might not be correct could be created.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants