mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-10 18:51:21 +03:00
QuickHLR and ExactHLR items removed from AIS_DisplayMode enumeration as unused. Minor coding style and CDL documentation corrections applied. Compiler error in AIS_Shape::SetTypeOfHLR() corrected Corrections in HLR algorithm. Compiler error in AIS_Shape::TypeOfHLR() corrected Added test cases bugs vis bug23709_1/bug23709_2/bug23709_3/bug23709_4
28 lines
516 B
Plaintext
28 lines
516 B
Plaintext
puts "============"
|
|
puts "OCC23709"
|
|
puts "============"
|
|
puts ""
|
|
############################################################################
|
|
# Redesign of hlrtest command
|
|
############################################################################
|
|
|
|
pcone a 5 0 10
|
|
box b 15 0 0 10 10 10
|
|
vinit
|
|
vdisplay a
|
|
vdisplay b
|
|
vrotate 35 0 0
|
|
vfit
|
|
vhlr on
|
|
vhlrtype polyalgo b
|
|
|
|
set x_coord 290
|
|
set y_coord 170
|
|
checkcolor $x_coord $y_coord 1 1 0
|
|
|
|
set x_coord 86
|
|
set y_coord 221
|
|
checkcolor $x_coord $y_coord 0 0 0
|
|
|
|
set only_screen 1
|