mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
18 lines
365 B
Plaintext
18 lines
365 B
Plaintext
puts "============"
|
|
puts "OCC30204"
|
|
puts "============"
|
|
puts ""
|
|
###################################
|
|
# BRepOffsetAPI_MakePipeShell crash
|
|
###################################
|
|
|
|
#test only for no crash
|
|
|
|
restore [locate_data_file bug30204_path.brep] path
|
|
restore [locate_data_file bug30204_base.brep] base
|
|
|
|
mksweep path
|
|
setsweep -CN 0 1 0
|
|
addsweep base
|
|
buildsweep result
|