OCCT icon indicating copy to clipboard operation
OCCT copied to clipboard

0033615: Modeling Algorithms - Partition algorithm creates unexpected vertices

Open akaftase opened this issue 7 months ago • 1 comments

This problem occurs because of obtaining 2 ALines which share same vertex on the seam edge. There should be 2 different vertices with same(or almost the same) 3d parameters, but with different UV parameters because of periodic surface. Current fix allows to avoid the same vertices on seam edge and also checks the next vertex. Added consideration of predicted next point to avoid skipping tha point which is not on seam edge. Added test case for #33702

akaftase avatar Jun 28 '24 11:06 akaftase