mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03: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_6.brep] a
|
|
|
|
set info [nbshapes a]
|
|
|
|
if {[string compare $info ""] != 0} {
|
|
puts "ERROR: null shape is expected here"
|
|
}
|