mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Old vright equals new vfront, old vfront equals new vright, old vleft equals new vback, old vback equals new vleft.
17 lines
395 B
Plaintext
17 lines
395 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
|
|
|
|
set only_screen 1
|