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
26 lines
383 B
Plaintext
26 lines
383 B
Plaintext
puts "==========="
|
|
puts "OCC23709"
|
|
puts "==========="
|
|
puts ""
|
|
##################################
|
|
# Redesign of hlrtest command
|
|
##################################
|
|
|
|
set x_coord 183
|
|
set y_coord 267
|
|
|
|
restore [locate_data_file bug23709_solidcone.brep] result
|
|
vinit
|
|
vdisplay result
|
|
vrotate 35 0 0
|
|
vfit
|
|
vhlr on
|
|
vhlrtype algo result
|
|
|
|
checkcolor $x_coord $y_coord 1 1 0
|
|
|
|
set only_screen 1
|
|
|
|
|
|
|