I want to move a plane object within a Python script.
However, rs.MoveObject throws this error:
Runtime error (PythonException): The <type 'Vector3d'> cannot be tranformed. A Guid or geometry types are expected.
As you can see from the screenshot, I’ve defined the input as Plane object. If I change it to other types, the move command works fine, but then the script doesn’t output a plane anymore, and some important plane properties are lost…