mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
BRepFill/BRepFill_AdvancedEvolved.cxx - estimation of angular tolerance is added in method GetLids() tests/evolved/voluved/bug30781 - new test added
17 lines
527 B
Plaintext
17 lines
527 B
Plaintext
puts "##################################################"
|
|
puts "0030781: Sweep algorithm creates non-planar edges (orig. BOPAlgo_MakerVolume fails to build a solid)"
|
|
puts "##################################################"
|
|
|
|
binrestore [locate_data_file bug30781.bin] s
|
|
explode s
|
|
evolved result -s s_1 -p s_2 -solid -a -v -t 1.e-6
|
|
|
|
checkshape result
|
|
checknbshapes result -vertex 24 -edge 38 -wire 14 -face 14
|
|
checkprops result -s 41330.7
|
|
|
|
smallview
|
|
don result
|
|
fit
|
|
|
|
checkview -screenshot -2d -path ${imagedir}/${test_image}.png |