Created by: satabol
Windows 11, Blender 3.3.1, Sverchok-master
Some glitches happens. Example with no fill:
They appears in situations when vertices are very close. But minimal distance is hardcoded in function:
https://github.com/nortikin/sverchok/blob/5773c45f964cb9604f505f029cf6a41926d2b7c8/nodes/modifier_make/bisect.py#L39-L42
So I append threshold parameter to the N-panel:
if set threshold to zero then glitches disappear and bisect fill holes good: