0029967: Draw Harness - command bounding has annoying syntax
[occt.git] / tests / bugs / modalg_7 / bug29311_14
index 508e7ed..2d3a27b 100644 (file)
@@ -12,7 +12,7 @@ compound result
 
 # construct obb for each face of the shape
 foreach f [explode part f] {
-  if [catch {bounding -s $f -obb}] {
+  if [catch {bounding $f -obb}] {
     puts "Error with $f (exception)"
     add $f result
   } else {