# ---------------------------------- # - BBTKGEditor v 1.4 BBS BlackBox Script # - /tmpEED/creaTools2/creatools_source/bbtk/packages/vtk/bbs/appli/exampleMagnitud.bbs # ---------------------------------- # BBTK GEditor Script # ---------------------- include std include itkvtk include vtk include std include creaVtk include creaMaracasVisu author "Author ??" description "Description ??" category "" new vtk:Magnitud Box00 set Box00.Contour "2" set Box00.MRatio "1" set Box00.MoveX "0" set Box00.MoveY "0" set Box00.MoveZ "0" set Box00.Opactity "1" set Box00.PlaneCenterSL "20 20 20" set Box00.Scale "100" set Box00.ShowPlane "1" set Box00.ShowStream "1" set Box00.ValInf "0" set Box00.ValSup "1000" new std:Configuration Box01 new std:ConcatStrings Box02 set Box02.In2 "/creaVtk/Vectors.vtk" new vtk:StructuredPointsReader Box03 new creaVtk:Actor Box06 set Box06.Active "true" new vtk:LoadHola Box07 new creaMaracasVisu:ViewerNV Box08 new creaVtk:Actor Box09 set Box09.Active "true" new creaVtk:Actor Box10 set Box10.Active "true" new creaVtk:Actor Box11 set Box11.Active "true" new creaVtk:Actor Box12 set Box12.Active "true" connect Box01.DataPath Box02.In1 connect Box02.Out Box03.In connect Box03.Out Box00.In connect Box00.Out5 Box06.In connect Box07.Out Box08.In connect Box08.Renderer1 Box06.Renderer connect Box00.Out1 Box09.In connect Box00.Out2 Box10.In connect Box00.Out3 Box11.In connect Box00.Out4 Box12.In connect Box08.Renderer1 Box12.Renderer connect Box08.Renderer1 Box11.Renderer connect Box08.Renderer1 Box10.Renderer connect Box08.Renderer1 Box09.Renderer # Complex input ports exec Box06 exec Box08 exec Box09 exec Box10 exec Box11 exec Box12