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
I was trying to cut a box with another box and got the mentioned error.
Unfortunately i couldn't figure out why it's not working.
Here are the logs and the Meshes in question:
dispatching MCUT
---------------
Debug message ( 0 ): construct halfedge mesh
Source: API
Type: Other
Severity: notification
---------------
Debug message ( 0 ): Build source-mesh BVH
Source: API
Type: Other
Severity: notification
---------------
Debug message ( 0 ): Build cut-mesh BVH
Source: API
Type: Other
Severity: notification
---------------
Debug message ( 0 ): construct halfedge mesh
Source: API
Type: Other
Severity: notification
---------------
Debug message ( 0 ): Check source-mesh for defects
Source: API
Type: Other
Severity: notification
---------------
Debug message ( 0 ): Check cut-mesh for defects
Source: API
Type: Other
Severity: notification
---------------
Debug message ( 0 ): Find potentially-intersecting polygons
Source: API
Type: Other
Severity: notification
---------------
Debug message ( 0 ): Polygon-pairs found = 12
Source: API
Type: Other
Severity: notification
---------------
Debug message ( 0 ): dispatch kernel
Source: Kernel
Type: Other
Severity: notification
---------------
Debug message ( 0 ): GENERAL_POSITION_VIOLATION : invalid point-in-polygon test result ('101')
Source: Kernel
Type: Error
Severity: high
operator()(...) -> incomplete kernel execution (EventID=0xdecb0)
mcDispatch result:
MC_INVALID_OPERATION
Hello, first of all, thank you for this library.
I was trying to cut a box with another box and got the mentioned error.
Unfortunately i couldn't figure out why it's not working.
Here are the logs and the Meshes in question:
src-mesh.off
cut-mesh.off - basically the same mesh, just translated by 20 in the X,Y and 2 in the Z direction
The text was updated successfully, but these errors were encountered: