0025957: nurbsconvert modifies original shape
[occt.git] / tests / bugs / modalg_6 / bug27264_5
1 puts "============"
2 puts "OCC27264"
3 puts "============"
4 puts ""
5 ###############################
6 ## Weird difference between two BRepTools::Write() overloads
7 ###############################
8
9 restore [locate_data_file bug27264_5.brep] a
10
11 set info [nbshapes a]
12
13 if {[string compare $info ""] != 0} {
14   puts "ERROR: null shape is expected here"
15 }