mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
26 lines
707 B
Plaintext
Executable File
26 lines
707 B
Plaintext
Executable File
puts "============"
|
|
puts "OCC20807"
|
|
puts "============"
|
|
puts ""
|
|
#######################################################################
|
|
# Construction of pipe among a helix containing several convolutions fails
|
|
#######################################################################
|
|
|
|
set BugNumber OCC20807
|
|
|
|
restore [locate_data_file bug20807_coil.brep] spine
|
|
explode spine
|
|
|
|
restore [locate_data_file bug20807_circ.brep] profile
|
|
|
|
mksweep spine_1
|
|
addsweep profile
|
|
|
|
buildsweep result
|
|
|
|
checkprops result -s 44761.1
|
|
checkshape result
|
|
|
|
checknbshapes result -vertex 2 -edge 3 -wire 1 -face 1 -shell 1 -solid 0 -compsolid 0 -compound 0 -shape 8
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|