mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
In class ShapeFix_ComposeShell the U- and V-closedness of input face is taken immediately avoiding the error when the face is small in any of these dimensions. Test case for bug 0030831
13 lines
517 B
Plaintext
13 lines
517 B
Plaintext
puts "========================"
|
|
puts "0030831: Shape Healing - ShapeFix algorithm (creation of seam edge) takes too long time with thin faces"
|
|
puts "========================"
|
|
|
|
cpulimit 10
|
|
binrestore [locate_data_file bug30831.bin] a
|
|
|
|
fixshape r a 1.e-7 1.
|
|
checkshape r a
|
|
tolerance r
|
|
|
|
checkview -display r -2d -path ${imagedir}/${test_image}.png
|