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

project_faces fails on the inside of a ring #784

Open
gumyr opened this issue Nov 13, 2024 · 0 comments
Open

project_faces fails on the inside of a ring #784

gumyr opened this issue Nov 13, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@gumyr
Copy link
Owner

gumyr commented Nov 13, 2024

ring = scale(Torus(10 * MM, 1 * MM), (1, 1, 3))
path = section(ring, Plane.XY).face().inner_wires()[0]
label = mirror(Text("One Ring to Rule them All", 3 * MM), Plane.YZ)
wrapped_text = ring.project_faces(label, path, 0.6).faces()
deboss = [f.thicken(0.5 * MM) for f in wrapped_text]
ring -= deboss

results in a Segmentation fault in project_faces.

@gumyr gumyr added the bug Something isn't working label Nov 13, 2024
@gumyr gumyr added this to the Not Gating Release 1.0.0 milestone Nov 13, 2024
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

1 participant