mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-10 18:51:21 +03:00
18 lines
468 B
Plaintext
Executable File
18 lines
468 B
Plaintext
Executable File
puts "============"
|
|
puts "CR23416"
|
|
puts "============"
|
|
puts ""
|
|
#######################################################################
|
|
# Regression of current version in compare with occt-653: crash while visualizing the shape
|
|
#######################################################################
|
|
|
|
isos 2
|
|
smallview
|
|
if [catch { restore [locate_data_file CR23416-ProblemFace.brep] result } res] {
|
|
puts "Error : crashes during visualization"
|
|
}
|
|
fit
|
|
set only_xwd 1
|
|
|
|
|