mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-10 17:40:24 +08: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
|