mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-10 18:51:21 +03:00
class IntTools_ShrunkRange method void IntTools_ShrunkRange::Perform() Fix to avoid creation of small section edges. Correction of test case for issue CR23753
20 lines
415 B
Plaintext
Executable File
20 lines
415 B
Plaintext
Executable File
#puts "TODO OCC12345 ALL: Faulty shapes in variables faulty_1 to faulty_"
|
|
puts "TODO ?OCC24122 ALL: Error : The square of result shape is"
|
|
|
|
puts "=========="
|
|
puts "BUC60462"
|
|
puts "=========="
|
|
|
|
restore [locate_data_file buc60462c.brep] a
|
|
checkshape a
|
|
restore [locate_data_file buc60462d.brep] b
|
|
checkshape b
|
|
puts "Fuse begin"
|
|
bfuse result a b
|
|
puts "Fuse end"
|
|
|
|
checkshape result r
|
|
|
|
set square 94371.7
|
|
set 2dviewer 0
|