X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=packages%2Fwxvtk%2Fbbs%2Fappli%2FExampleIsoSurfaceWithControls.bbs;h=b5c85967bf34a3882f6c3892c749407f2b4c1f65;hb=633a2d8ff58454192289298734ec36c7ae699805;hp=0182530fd6e97173fa5bcc6567e8b3e2327a2ba8;hpb=2114d2a089c36c35c09db63e003cec5c37a4a8c1;p=bbtk.git diff --git a/packages/wxvtk/bbs/appli/ExampleIsoSurfaceWithControls.bbs b/packages/wxvtk/bbs/appli/ExampleIsoSurfaceWithControls.bbs index 0182530..b5c8596 100644 --- a/packages/wxvtk/bbs/appli/ExampleIsoSurfaceWithControls.bbs +++ b/packages/wxvtk/bbs/appli/ExampleIsoSurfaceWithControls.bbs @@ -21,7 +21,7 @@ connect surface1.BoxChange refresh.In1 connect surface2.BoxChange refresh.In2 connect refresh.Out viewer.BoxExecute -new LayoutLine main +new LayoutSplit main new LayoutLine controls connect viewer.Widget main.Widget1 connect controls.Widget main.Widget2 @@ -38,6 +38,8 @@ set surface2.Isovalue 200 set surface2.Opacity 20 set surface2.Title "Iso-surface 2" +set main.WinWidth 1200 +set main.WinHide 1000 #message All 9 exec main