-
Notifications
You must be signed in to change notification settings - Fork 299
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
Cut operation doesn't work #529
Comments
We have run into kernel bugs fairly often with threads. For example: #407 I can confirm that the thread isn't cut in CQ-editor, so it's not an export issue. You could try a couple of things to see if they help, and then we can try to figure out how to work around whatever is going on.
|
For what it's worth, boundary conditions with cutting and more generally
with coincident faces are common with all BREP kernels, even professional
ones like Parasolid. It feels dirty, but the old 'make one part slightly
bigger by some trivial amount' trick works wonders.
…On Thu, Dec 3, 2020 at 9:05 AM Jeremy Wright ***@***.***> wrote:
We have run into kernel bugs fairly often with threads. For example: #407
<#407>
I can confirm that the thread isn't cut in CQ-editor, so it's not an
export issue. You could try a couple of things to see if they help, and
then we can try to figure out how to work around whatever is going on.
1. Increase the diameter of the thread coil so that more (or all) of
the thread solid intersects with the nut core.
2. Shorten the height of the coil so that it does not extend above (or
below) the nut core.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#529 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJ44AYNLUSGQYSJYKVYBVDSS6LK3ANCNFSM4ULC576A>
.
|
wow @adam-urbanczyk nice! @RubenRubens would you consider the idea of promoting this code to a core operation available as a convenience operation, similar to counterbores? It wouldn't take much at all to convert the code above to automatically apply this code to a selected cylindrical face to create an internal or external thread, which would be immensely helpful when you need threads! |
Cool! @dcowden you can do whatever makes you happy with the code above. I might consider to do a PR myself... |
Getting some very strange results using this with the latest version to try and make internal threads. Had similar results with twisted threads when using another example I found (when using specific sets of params for height and pitch in particular). Not sure what might be causing this: |
It looks like there were changes to |
Tested with the latest CQ version provided on conda
I'm working on a nut and the last cut operation fails, this is, there is no thread. The thing is that when using
union
instead ofcut
the operation is successfully performed. I cannot tell if it's my fault or a bug.The code
The result
The issue
The text was updated successfully, but these errors were encountered: