mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-08 18:40:55 +03:00
Use std::mt19937 random number generator instead of rand() in NCollection_UBTreeFiller. boolean gdml_private ZI7 ZJ7 - TODO "bopcheck failed" is only for Linux now, checkshape faulty is unstable (issue #27052) boolean volumemaker B6 - Added TODO (bopcheck and checkshape faulties) boolean volumemaker C9 - Added TODO (checkprops and checkshape faulties) boolean volumemaker D2 - Added TODO (checkshape faulty) boolean volumemaker H4 - Added TODO (checkprops and checkshape faulties Linux only) boolean volumemaker D5 - IMVPROVEMENT, TODOs were deleted (bopcheck and checkshape faulties) bugs modalg_1 buc60462_2 - modified TODOs according to new behavior boolean gdml_private ZI7 ZJ7 - unstable case, added check for surface area and TODO samples/tcl/ANC101.tcl - amended due to changed order of edges in BOP result
12 lines
475 B
Plaintext
12 lines
475 B
Plaintext
puts "TODO ?OCC27052 ALL: Faulty shapes in variables faulty_1 to"
|
|
puts "TODO OCC27052 Windows: Error : The command is not valid. The area is"
|
|
puts "TODO OCC27052 Windows: Error : The area of result shape is"
|
|
puts "TODO OCC26018 Linux: bopcheck failed"
|
|
source [locate_data_file mos2014-asm-scf-final.asm.1.gdml.tcl]
|
|
|
|
set bcheck [bopcheck result]
|
|
puts $bcheck
|
|
if {![regexp {This shape seems to be OK.} $bcheck]} {
|
|
puts "Error: bopcheck failed"
|
|
}
|
|
checkprops result -s 618615 |