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.
30 lines
834 B
Plaintext
Executable File
30 lines
834 B
Plaintext
Executable File
puts "TODO OCC11111 ALL: Error : is WRONG because number of "
|
|
|
|
puts "============"
|
|
puts "OCC10232"
|
|
puts "============"
|
|
puts ""
|
|
#######################################################################
|
|
# Exception "Segmentation violation" in Boolean Operations
|
|
#######################################################################
|
|
|
|
set BugNumber OCC10232
|
|
|
|
puts "Load first shape ..."
|
|
restore [locate_data_file OCC10232_ms1.brep] b1
|
|
puts "Load second shape ..."
|
|
restore [locate_data_file OCC10232_ms2.brep] b2
|
|
|
|
puts "Prepare boolean operation ..."
|
|
bop b1 b2
|
|
|
|
puts "Start boolean operation ..."
|
|
bopsection result
|
|
puts "Finish boolean operation ..."
|
|
|
|
checkprops result -l 3356.31
|
|
checkshape result
|
|
checksection result
|
|
checknbshapes result -vertex 1197 -edge 1182 -wire 0 -face 0 -shell 0 -solid 0 -compsolid 0 -compound 1 -shape 2380
|
|
|