mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-06-20 11:54:07 +03:00
1. bugs modalg_4 bug697_2 bug697_4 bug697_7 bug697_8 - unstable test cases after fix 25735 Its will be checked and modified during work with performance (issue 24232). 2. bugs mesh bug25364 was tuned for 64-bit Windows. 3. de step_1 ZQ2 fails (64-bit only). Issue 25848 was registered. 4. de step_3 D8 shows improvement (no checkape error) in 64-bit only, this is after 22598 and issue 25797 was registered for that. 5. draft angle G8 improvement (algorithm produces some shape, but fails on checkshape). 6. perf ncollection A1 was tuned for 64-bit Windows. 7. de step_1 R9 - update reference data (according to 25176)
28 lines
659 B
Plaintext
Executable File
28 lines
659 B
Plaintext
Executable File
puts "TODO OCC12345 ALL: Error : The square of result shape is"
|
|
puts "TODO ?OCC25735 ALL: Faulty shapes in variables faulty_1 to"
|
|
|
|
puts "============"
|
|
puts "OCC697"
|
|
puts "============"
|
|
puts ""
|
|
######################################################
|
|
# Fuse operation does not work
|
|
######################################################
|
|
## (new topology)
|
|
## (bopfuse)
|
|
######################################################
|
|
|
|
restore [locate_data_file OCC697_2.brep] b2
|
|
restore [locate_data_file OCC697_3.brep] b3
|
|
|
|
checkshape b2
|
|
checkshape b3
|
|
|
|
bop b3 b2
|
|
if { [catch {bopfuse result} catch_result] } {
|
|
puts "Faulty OCC697"
|
|
}
|
|
set square 25357.5
|
|
set 3dviewer 1
|
|
|