nissmar / PoNQ

Official implementation of PoNQ
MIT License
55 stars 4 forks source link

Watertight check code #4

Closed Vincentorick closed 2 weeks ago

Vincentorick commented 3 weeks ago

Could you please provide the code for watertightness checking? Or is it same to the code in VoroMesh?

nissmar commented 3 weeks ago

Hi Vincent,

The code is provided: https://github.com/nissmar/PoNQ/blob/main/src/eval/check_watertight.py

I just provided the compiled version of 'self_intersect.cpp', but you can also compile it yourself (see README)

Vincentorick commented 2 weeks ago

Thank you so much! This really helps!