mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 01:58:22 +08:00
16 lines
385 B
Plaintext
Executable File
16 lines
385 B
Plaintext
Executable File
puts "================"
|
|
puts "OCC641 E x c e p t i o n during attemption to display shape ==>SAM1559 (#2901)"
|
|
puts "================"
|
|
puts ""
|
|
|
|
pload MODELING VISUALIZATION
|
|
restore [locate_data_file OCC641.brep] a
|
|
copy a m
|
|
tmirror m 0 0 0 0 1 0
|
|
vinit View1
|
|
vdisplay -dispMode 0 a m
|
|
vfit
|
|
vdump ${imagedir}/${casename}_wf.png
|
|
vdisplay -dispMode 1 a m
|
|
vdump ${imagedir}/${casename}_sh.png
|