mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-09-17 23:09:36 +08:00
a0ed76c3fb
Changes in boolean/gdml_private and volumemaker caused by integration of 26019 and 26253.
9 lines
298 B
Plaintext
9 lines
298 B
Plaintext
puts "TODO ?OCC26018 ALL: Error: bopcheck failed"
|
|
puts "TODO OCC26018 ALL: Faulty shapes in variables faulty_1 to"
|
|
source [locate_data_file 52109_shapiro.prt.gdml.tcl]
|
|
|
|
set bcheck [bopcheck result]
|
|
puts $bcheck
|
|
if {![regexp {This shape seems to be OK.} $bcheck]} {
|
|
puts "Error: bopcheck failed"
|
|
} |