2 puts "========================"
4 puts "========================"
6 #################################################################
7 ## Exception during "tcopy" command
8 #################################################################
10 restore [locate_data_file OCC298.brep] result
11 puts [checkshape result]
13 if [catch {tcopy result a } result] {
14 puts "Faulty OCC298: function TCOPY works wrongly"
16 puts "OCC298 OK: function TCOPY works properly"