mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
17 lines
305 B
Plaintext
17 lines
305 B
Plaintext
puts "============"
|
|
puts "OCC28306 Visualization - viewer crashes if style for shaded display is set to HATCH"
|
|
puts "============"
|
|
puts ""
|
|
|
|
vclear
|
|
vinit View1
|
|
pload MODELING VISUALIZATION
|
|
box b 10 10 10
|
|
vclear
|
|
vinit View1
|
|
vdisplay -dispMode 1 b
|
|
vfit
|
|
vsetinteriorstyle b 2
|
|
|
|
vdump $imagedir/${casename}.png
|