mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 01:58:22 +08:00
Assume that the brep file contains DBRep_DrawableShape variable if the file header is absent test cases
16 lines
343 B
Plaintext
16 lines
343 B
Plaintext
puts "============"
|
|
puts "OCC27264"
|
|
puts "============"
|
|
puts ""
|
|
###############################
|
|
## Weird difference between two BRepTools::Write() overloads
|
|
###############################
|
|
|
|
restore [locate_data_file bug27264_4.brep] a
|
|
|
|
set info [nbshapes a]
|
|
|
|
if {[string compare $info ""] != 0} {
|
|
puts "ERROR: null shape is expected here"
|
|
}
|