# ---------------------------------- # - BBTKGEditor v 1.4 BBS BlackBox Script # - /home/corredor/Software/CreaTools/All_Dec2012/creatools_source/bbtk/packages/vtk/bbs/appli/examplePlaneClipPolyData.bbs # ---------------------------------- # BBTK GEditor Script # ---------------------- include std include itkvtk include vtk include wxvtk author "Author ??" description "Description ??" category "" new SphereSource Box00 new PlaneClipPolyData Box01 set Box01.PlaneNormal "0 1 0" set Box01.PlaneOrigin "0 0 0 " new PolyDataToActor Box02 new Viewer3D Box03 connect Box00.Out Box01.PolyData connect Box01.ClippedPolyData Box02.In connect Box02.Out Box03.In1 # Complex input ports exec Box03