New drill operation seems to have a bug

I found that the new drilling operation some times does not follow the correct point in work

Can you drop a kmz workspace export, so we can reproduce the bug? You can get it with files → export.

Where as shorter parts worked well this long part does not find or finish finding the matching holes

workspace_KIRI_RH_rear_top_SQ1 (1).kmz (257.6 KB)

1 Like

this is triggering a fault in an underlying (3rd party) library. will require deeper digging.

will play with onshape model to simplify it to see if it resolves

apparently it has to do with the length of the part….I simplified the tab and the full length did not work but when I cut the length in half it worked…..hope that helps

workspace_KIRI_RH_rear_top_SQ1a.kmz (314.7 KB)

this aligns with what I’m seeing in the code. the floating point precision of the underlying library is limited by javascript. so large parts cannot maintain enough decimal points of precision over a large area to perform the operation. this code will have to be moved into another module in the future to work around this.

1 Like

Thank you, I no longer had the workspace to upload.