IGT Volume Reconstruction Logic

Hi,
I have done a segmentation to an image, and now I am trying to do the reconstruction of it using the IGT Volume Reconstruction Module.

I am trying to automate it vie Python. I found the module logic with this command (logic=slicer.modules.volumereconstruction.logic()) but I do not find all the things I want to achieve.

I want to do the following things:
Select Live volume, Select values for output spacing, Interpolation mode Linear, No optimization mode, Compounding Mode Maximum, Fill Holes Checked.

The volume reconstruction parameters are controlled by the “vtkMRMLVolumeReconstructionNode”.