mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03: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
|