RemapObject in rhinopython

Hi,
In rhinopython, how can i have the the effect like the function Rhino.RemapObject() in rhinoscript?
Sorry for my English skill.

Hi Suc, you could use rs.XformChangeBasis in Python to get the transform, then use rs.TransformObjects to remap one or more objects.

c.

Think you clement