We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
interference
Thread
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)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 toThread
class.The text was updated successfully, but these errors were encountered: