0026342: No materials are read from STEP
[occt.git] / tests / bugs / heal / bug24008_1
CommitLineData
2e9fd4bc 1puts "========"
2puts "OCC24008"
3puts "========"
4puts ""
5#################################################################
6# ShapeAnalysis_Surface causes exception in Geom_OffsetSurface
7#################################################################
8
9pload QAcommands
10
11restore [locate_data_file bug24008_curv_6964.draw] a
12restore [locate_data_file bug24008_surf_6962.draw] b
13
14set info [OCC24008 a b]
15if { [regexp "Exception" $info] != 0 } {
16 puts "Error : Exception was caught"
17} else {
18 puts "OK: COmmand wrong propery"
19}