load wx load std load vtk load maracasvisu load AxisExtraction load Utilities new MetaImageReader mir set mir.In "C:\CAT08\TrainingImageData\dataset02\image02.mhd" new ViewerNV mpr set mpr.nTypeView "5" new SaveAxis save set save.FileNameAxis "C:\CAT08\Desarrollo\Utilidades\Utilities\data\TR_D00_MAXIS_test.txt" set save.FileNameManualPoints "C:\CAT08\Desarrollo\Utilidades\Utilities\data\TR_D00_MAXIS_V0_test.txt" new CommandButton commandButton connect commandButton.BoxChange mpr.BoxExecute connect commandButton.BoxChange save.BoxExecute #Connects the image and to the extraction axis box connect mir.Out mpr.In #Connections of save connect mpr.Point save.ManualPoint #Interface new LayoutSplit mainSplit set mainSplit.Orientation H new LayoutLine layLine connect layLine.Widget mainSplit.Widget1 new LayoutLine layLine1 connect layLine1.Widget mainSplit.Widget2 #Left of the interface where controls are to be placed connect commandButton.Widget layLine.Widget1 #Right where the viewers are to be placed connect mpr.Widget layLine1.Widget1 exec mainSplit