mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
17 lines
439 B
Plaintext
17 lines
439 B
Plaintext
puts "======="
|
|
puts "CR25178"
|
|
puts "======="
|
|
puts ""
|
|
###########################################################################
|
|
# Visualization - edges of the model are still clipped after vfit command
|
|
###########################################################################
|
|
|
|
restore [locate_data_file bug25179_nurbs-with-partial-seam.brep] a
|
|
|
|
vinit
|
|
vdisplay a
|
|
vleft
|
|
vfit
|
|
|
|
checkview -screenshot -3d -path ${imagedir}/${test_image}.png
|