mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +03:00
Changes: class BOPAlgo_PaveFiller method: void BOPAlgo_PaveFiller::PerformEF() The index of the face has been added in post-treatment map Test cases for issue CR25450 Correction of test case for issue CR25450
20 lines
449 B
Plaintext
Executable File
20 lines
449 B
Plaintext
Executable File
puts "========="
|
|
puts " OCC497 "
|
|
puts "(case 3)"
|
|
puts "========="
|
|
puts ""
|
|
########################################################
|
|
## Result of cut and fuse operation are faulty shapes although arguments are valid.
|
|
########################################################
|
|
|
|
restore [locate_data_file OCC497e.brep] a_1
|
|
checkshape a_1
|
|
|
|
restore [locate_data_file OCC497f.brep] a_2
|
|
checkshape a_2
|
|
|
|
bcut result a_1 a_2
|
|
|
|
set square 2471.48
|
|
set 2dviewer 0
|