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
15 lines
317 B
Plaintext
15 lines
317 B
Plaintext
puts "============"
|
|
puts "OCC27264"
|
|
puts "============"
|
|
puts ""
|
|
###############################
|
|
## Weird difference between two BRepTools::Write() overloads
|
|
###############################
|
|
|
|
restore [locate_data_file bug27264_2.brep] a
|
|
|
|
checknbshapes a -vertex 2 -edge 3 -face 1
|
|
checkprops a -s 1256.64
|
|
checkshape a
|
|
|