cutdigital / mcut

A library for detecting and resolving intersections between two surface meshes.
https://cutdigital.github.io/mcut.site
Other
395 stars 69 forks source link

Fail to cut: "Floating-polygon partitioning step could not find a usable fpSegment" #33

Closed linuxaged closed 10 months ago

linuxaged commented 11 months ago
C:\workspace\mcut\build\bin\Release>CSGBoolean.exe jaw0.obj tooth16.obj -ds

NOTE: using user provided meshes meshes
Warning: readOBJ() ignored non-comment line 4:
  o mcut-jaw-0
source mesh:
        vertices=92003
        faces=180952
Warning: readOBJ() ignored non-comment line 4:
  o mcut-tooth-16
cut mesh:
        vertices=12049
        faces=24094

Inputs:
        Shape A = jaw0.obj'.
        Shape B = 'tooth16.obj'

compute A_NOT_B
NOTE: MCUT is copyrighted and may not be sold or included in commercial products without a license.
NOTE: MCUT is copyrighted and may not be sold or included in commercial products without a license.
context_t::prepare_and_submit_API_task::<lambda_4f23217e9abd696bd485e1e67aa5af29>::operator ()(...) -> Floating-polygon partitioning step could not find a usable fpSegment (EventID=00000000000DECB0)
MCUT error: err == MC_NO_ERROR

model.zip

chitalu commented 10 months ago

This is a duplicate of #27.

To be fixed in due course.