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

IsoThread internal thread missing thread when fuse with other object. #23

Open
tywtyw2002 opened this issue Apr 23, 2024 · 0 comments
Open

Comments

@tywtyw2002
Copy link

If make a compound for thread and object are work fine. However, the fused object missing a loop of thread.

Also, the interference parameter is not pass to Thread class.

Screenshot 2024-04-23 at 16 34 24
skt = bd.Polyline([ (30, 0), (43, 0), (43, 9.5), (31, 21.5), (30, 21.5), (30, 0)])
skt = bd.fillet((skt.vertices() >> bd.Axis.X)[1], 1)
skt = bd.Plane.XZ * bd.make_face(skt)
cap = bd.revolve(skt)

th_out_r = 60
th_pitch = 2
th_h = 0.866 * th_pitch
th = bdt.IsoThread(th_out_r, 2, length=21.5, external=False, end_finishes=["fade", "chamfer"])
# cmp = bd.Compound(children=[cap, th])
cap += th

show(cap)
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