mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
24 lines
668 B
Plaintext
24 lines
668 B
Plaintext
puts "============"
|
|
puts "OCC24949"
|
|
puts "============"
|
|
puts ""
|
|
#######################################################################
|
|
# Segmentation Violation during pipe creation
|
|
#######################################################################
|
|
|
|
restore [locate_data_file bug24949_Comp.brep] c
|
|
explode c
|
|
mksweep c_1
|
|
addsweep c_2
|
|
catch {buildsweep res}
|
|
|
|
restore [locate_data_file bug24949_Comp.brep] c
|
|
explode c
|
|
pipe result c_1 c_2 2
|
|
|
|
checkprops result -s 188.689
|
|
checkshape result
|
|
|
|
checknbshapes result -vertex 14 -edge 19 -wire 6 -face 6 -shell 1 -solid 0 -compsolid 0 -compound 0 -shape 46
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|