Breach Warning ScriptRepository

Hi,

I am trying to use Breach Warning function from IGT extension in our project which seems to be very useful. Are there any resources / Python scripting for developer regarding this Breach Warning Module ? I am using Slicer 4.11.0

Thank you !!

Is there any short script for parameter set, inputs, and parameters selection. It would be a great help for us.

thank you !!

@lassoan @cpinter : I hope you can help me out with this topic.

The simplest is to set up the breach warning using the GUI and save the scene. If you reload the scene then everything will work the same way when you saved the scene.

If you want to set up things from scratch in Python then all you need to do is to create add a vtkMRMLBreachWarningNode to the scene and set its inputs and outputs. You can find a few convenience functions for these in the BreachWarning module logic.