mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
16 lines
475 B
Plaintext
16 lines
475 B
Plaintext
puts "================"
|
|
puts "OCC6132"
|
|
puts "================"
|
|
puts ""
|
|
#######################################################################################
|
|
# Bad isos presentation in Draw for a face built on a periodic surface
|
|
#######################################################################################
|
|
|
|
set BugNumber OCC6132
|
|
|
|
restore [locate_data_file OCC6132.brep] result
|
|
checkshape result
|
|
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|
|
|