0033661: Data Exchange, Step Import - Tessellated GDTs are not imported
[occt.git] / tests / bugs / modalg_5 / bug25043
CommitLineData
3510db62 1puts "REQUIRED All: Info. Faulty shape is found in source shape"
a967f104 2puts "============"
3puts "OCC25043"
4puts "============"
5puts ""
6d368502 6############################################################################################################################
a967f104 7## there is no possibility to know what exactly subshape of source shape has detected problems by BRepAlgoAPI_Check
6d368502 8############################################################################################################################
a967f104 9
10pload QAcommands
11restore [locate_data_file bug25043.brep] a
3510db62 12subshape a v 3
13settolerance a_3 0.0005
a967f104 14
a967f104 15set info [OCC25043 a]
a967f104 16
3510db62 17if { [regexp "Faulty shape is found in source shape" ${info}] == 1 } {
a967f104 18 puts "OK : Good result"
3510db62 19} elseif { [regexp "Problems are not detected" $info] != 1 } {
a967f104 20 puts "Error : Wrong result"
21}