mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +03:00
23 lines
588 B
Plaintext
23 lines
588 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
|
|
|
|
set square 188.689
|
|
|
|
checknbshapes result -vertex 14 -edge 19 -wire 6 -face 6 -shell 1 -solid 0 -compsolid 0 -compound 0 -shape 46
|
|
set 2dviewer 1
|