1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/bugs/vis/bug24388_1
kgv 1eeef710bb 0028895: Visualization, V3d_View::SetComputedMode() - HLR calculation is performed multiple times when 'hlr on' has been called
V3d_View::SetComputedMode() - removed implicit View update.

Graphic3d_CView::SetComputedMode(), ::ReCompute() - fixed
uninitialized bounding box of Computed structure.

PrsMgr_Presentation::Compute() - fixed computation of Computed structure
with transformation within Connected presentation.

StdPrs_HLRPolyShape::Add() now creates Graphic3d_ArrayOfSegments instead of
inefficient Graphic3d_ArrayOfPolylines with boundaries at every segment.

Fixed error in test case bugs/vis/bug24388_1.
2017-07-13 17:29:40 +03:00

38 lines
817 B
Plaintext

puts "==========="
puts "OCC24388"
puts "==========="
puts ""
##################################################################
# 0024388: Option to enable visualization of hidden lines in DRAW
# Checks if dotted hidden lines are highlighted properly.
##################################################################
box b 15 0 0 10 10 10
vinit
vdisplay b
vrotate 35 0 0
vfit
vhlr on 1
vhlrtype algo b
vmoveto 76 304
set x_coord 115
set y_coord 203
checkcolor $x_coord $y_coord 0 1 1
if { $stat != 1 } {
puts "Error : Highlighting of dotted hidden lines in the box is wrong."
}
set x_coord 122
set y_coord 200
checkcolor $x_coord $y_coord 0 0 0
if { $stat != 1 } {
puts "Error : Highlighting of dotted hidden lines in the box is wrong."
}
checkview -screenshot -3d -path ${imagedir}/${test_image}.png