mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-21 10:13:43 +03:00
0023191: Visualization - small objects displayed with visual artifacts
Test case for issue CR23191
This commit is contained in:
parent
16aec6a441
commit
7d7ddef39f
28
tests/bugs/vis/bug23191
Normal file
28
tests/bugs/vis/bug23191
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
puts "==========="
|
||||||
|
puts "OCC23191"
|
||||||
|
puts "==========="
|
||||||
|
puts ""
|
||||||
|
###########################################################################################
|
||||||
|
# Visualization - small objects displayed with visual artifacts
|
||||||
|
###########################################################################################
|
||||||
|
|
||||||
|
restore [locate_data_file bug23191_irons.brep] i
|
||||||
|
|
||||||
|
explode i
|
||||||
|
explode i_2 F
|
||||||
|
compound i_2_1 i_2_4 i_2_5 i2
|
||||||
|
compound i_2_2 i_2_3 i3
|
||||||
|
|
||||||
|
ttranslate i_2 0.003 0 0
|
||||||
|
ttranslate i2 0.006 0 0
|
||||||
|
ttranslate i3 0.006 0 0
|
||||||
|
|
||||||
|
vinit View1
|
||||||
|
vclear
|
||||||
|
vsetdispmode 1
|
||||||
|
vdisplay i_2 i2 i3
|
||||||
|
vsetcolor i3 RED
|
||||||
|
vbottom
|
||||||
|
vfit
|
||||||
|
|
||||||
|
set only_screen 1
|
Loading…
x
Reference in New Issue
Block a user