mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-12 11:06:26 +08:00
21 lines
505 B
Plaintext
Executable File
21 lines
505 B
Plaintext
Executable File
puts "============"
|
|
puts "OCC23186"
|
|
puts "============"
|
|
puts ""
|
|
############################################################################
|
|
# Unable to display Graphic3d_ArrayOfPoints after migrating from OCCT 6.5.2
|
|
############################################################################
|
|
|
|
set BugNumber OCC23186
|
|
|
|
vinit
|
|
vdrawparray a points 0 v 0 0 0 v 0 0 10 v 0 10 10 v 0 10 0
|
|
vfit
|
|
|
|
checkcolor 321 2 1 1 0
|
|
checkcolor 321 271 1 1 0
|
|
checkcolor 87 137 1 1 0
|
|
checkcolor 87 406 1 1 0
|
|
|
|
set only_screen 1
|