mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 01:58:22 +08:00
16 lines
294 B
Plaintext
16 lines
294 B
Plaintext
puts "========"
|
|
puts "OCC25841"
|
|
puts "========"
|
|
puts ""
|
|
#############################
|
|
# Incorrect edge displaying
|
|
#############################
|
|
|
|
restore [locate_data_file OCC25841_Curve_2.brep] a
|
|
vinit
|
|
vclear
|
|
vright
|
|
vdisplay a
|
|
vfit
|
|
checkview -screenshot -3d -path ${imagedir}/${test_image}.png
|