mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
19 lines
416 B
Plaintext
19 lines
416 B
Plaintext
puts "============"
|
|
puts "OCC27782"
|
|
puts "============"
|
|
puts ""
|
|
######################################################
|
|
# Hidden Line Removal algorithm fails to handle filleted edges
|
|
######################################################
|
|
|
|
restore [locate_data_file bug27782_hlr.brep] result
|
|
|
|
vinit
|
|
vdisplay result
|
|
vback
|
|
vfit
|
|
vhlr on
|
|
vhlrtype algo result
|
|
|
|
checkview -screenshot -3d -path ${imagedir}/${test_image}.png
|