Calling transform function in python module

Hi,

I am trying to implement the functionality in my python module whereby I can move the ‘World to ACPC’ transform from transformable to Transformed and select it. Currently, i am able to do so in the Transform module manually, but I wanted to directly have this functionality in my module. I saw that the transform module is written in C++. Do I need to write some sort of wrapper to access it in python?

Thanks,
Aamir

image