1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/bugs/modalg_6/bug28775
emv 8ae442a8cb 0028775: Code duplication removal across the BOPAlgo_PaveFiller algorithm
The methods PerformVerticesEE() and PerformVerticesEF() of the class BOPAlgo_PaveFiller have been replaced with the new PerformNewVertices() method.

While splitting the Pave Blocks with extra paves, check that the new Pave Blocks have the valid intersection range. If the new Pave Block does not have such range do not create it and unify its vertices making SD vertex.

Re-computation of the Shrunk Data for the modified Pave Blocks. The new method BOPDS_DS::IsValidShrunkData(const Handle(BOPDS_PaveBlock)& thePB) has been implemented to check that the Shrunk Data of the Pave Block is still valid. It may become invalid in case the tolerance values of the vertices of the Pave Block have been modified.

The test case bugs/modalg_6/bug27448_2 has been marked as BAD, because it uses the invalid shapes as inputs for BOP.

Test cases for the issue 0028690.
2017-06-09 13:01:32 +03:00

23 lines
464 B
Plaintext

puts "========"
puts "OCC28775"
puts "========"
puts ""
####################################################################
# Code duplication removal across the BOPAlgo_PaveFiller algorithm
####################################################################
vertex v1 1 0 0
polyline p1 0 0 0 2 0 0
polyline p2 1 0 -1 1 0 1
bnondestructive 1
bclearobjects
bcleartools
baddobjects v1 p1 p2
bfillds
bbuild result
checkshape result
checknbshapes result -edge 4