You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I am trying to cut a cylindrical hole into a toroidal shell. The function I'm using works "most of the time", but for same orientations & parameter values does not execute the cut correctly. Here is a minimal reproducible example.
The result is as expected, getting a nice hole in the torus shell:
The intersection looks like this:
Now, if we change xyz2 from np.array([-2.6, -1.0, -0.1]) to np.array([-2.7, -1.0, -0.1]), it suddenly doesn't work anymore: this is the result of the cut operation
And this is the intersection:
I suspect this is an OCC issue, but I am running this in an automated script and don't have the liberty of manipulating coordinates by trial and error. Any idea of a workaround would be greatly appreciated, thanks!
The text was updated successfully, but these errors were encountered:
Hi! I am trying to cut a cylindrical hole into a toroidal shell. The function I'm using works "most of the time", but for same orientations & parameter values does not execute the cut correctly. Here is a minimal reproducible example.
The result is as expected, getting a nice hole in the torus shell:
The intersection looks like this:
Now, if we change
xyz2
fromnp.array([-2.6, -1.0, -0.1])
tonp.array([-2.7, -1.0, -0.1])
, it suddenly doesn't work anymore: this is the result of the cut operationAnd this is the intersection:
I suspect this is an OCC issue, but I am running this in an automated script and don't have the liberty of manipulating coordinates by trial and error. Any idea of a workaround would be greatly appreciated, thanks!
The text was updated successfully, but these errors were encountered: