mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
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.
27 lines
648 B
Plaintext
27 lines
648 B
Plaintext
puts "========"
|
|
puts "OCC28690"
|
|
puts "========"
|
|
puts ""
|
|
##########################################
|
|
## Section algorithm produces micro edge
|
|
##########################################
|
|
|
|
restore [locate_data_file bug28690_gdml_G1_tore_sphere.brep] c
|
|
explode c
|
|
bclearobjects
|
|
bcleartools
|
|
baddobjects c_1
|
|
baddtools c_2
|
|
bfillds
|
|
bbuild result1
|
|
|
|
checkshape result1
|
|
checknbshapes result1 -wire 3 -face 3 -shell 5 -solid 3
|
|
checkprops result1 -s 4420.05 -v 15877.8
|
|
|
|
bbop result 2
|
|
checkshape result
|
|
checknbshapes result -wire 1 -face 1 -shell 1 -solid 1
|
|
checkprops result -s 112.393 -v 89.7477
|
|
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png |