mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-02 17:46:22 +03:00
23 lines
446 B
Plaintext
Executable File
23 lines
446 B
Plaintext
Executable File
puts "========"
|
|
puts "CR23705"
|
|
puts "========"
|
|
puts ""
|
|
###############################################################
|
|
## Isoline in the AIS viewer is not trimmed
|
|
###############################################################
|
|
|
|
restore [locate_data_file bug23705_plancher20igs_face.brep] result
|
|
|
|
vinit
|
|
visos 10 10 1
|
|
|
|
vdisplay result
|
|
vfit
|
|
|
|
set x 326
|
|
set y 295
|
|
|
|
checkcolor $x $y 0 0 0
|
|
|
|
checkview -screenshot -3d -path ${imagedir}/${test_image}.png
|