mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-09-07 21:28:11 +08:00
0027782: Hidden Line Removal algorithm fails to handle filleted edges
Create test case for the bug. Minor correction in test case bugs/modalg_6/bug27782
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
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
|
||||
Reference in New Issue
Block a user