From 53f532f5edf70cade899acacf287b71c7668272c Mon Sep 17 00:00:00 2001 From: apv Date: Tue, 23 Sep 2014 15:21:42 +0400 Subject: [PATCH] 0025178: Visualization - edges of the model are still clipped after vfit command Test case for issue #25178 --- tests/bugs/vis/bug25178 | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 tests/bugs/vis/bug25178 diff --git a/tests/bugs/vis/bug25178 b/tests/bugs/vis/bug25178 new file mode 100644 index 0000000000..a232618cb0 --- /dev/null +++ b/tests/bugs/vis/bug25178 @@ -0,0 +1,16 @@ +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 +vback +vfit + +set only_screen 1 -- 2.20.1