0033661: Data Exchange, Step Import - Tessellated GDTs are not imported
[occt.git] / tests / bugs / modalg_6 / bug27264_4
CommitLineData
4aa09e31 1puts "============"
2puts "OCC27264"
3puts "============"
4puts ""
5###############################
6## Weird difference between two BRepTools::Write() overloads
7###############################
8
9restore [locate_data_file bug27264_4.brep] a
10
11set info [nbshapes a]
12
13if {[string compare $info ""] != 0} {
14 puts "ERROR: null shape is expected here"
15}