0033661: Data Exchange, Step Import - Tessellated GDTs are not imported
[occt.git] / tests / bugs / modalg_6 / bug27448_1
CommitLineData
01b5b3df 1puts "========"
2puts "0027448: BOPTools_AlgoTools::IsMicroEdge does not correspond to shape validity criteria"
3puts "========"
4puts ""
5
6restore [locate_data_file bug27448_e.brep] e
7set bcheck [bopargcheck e /FTVEIPCS]
8puts $bcheck
9if {[regexp {Faulties, that can not be treated by BOP} $bcheck]} {
10 puts "Error: bopargcheck failed"
11}