User Input - Point Data and Rotation with Visual Reference in Revit (Maybe Capable in DataShapes?)

I am trying to prompt a user to give me a movement and rotation parameter and did not know if it was possible to interact with revit elements with the dynamo player/data shapes node.

An example probably makes this more clear:

Step one: prompt the user for a move command (My goal is to have the red line move on the revit screen as well).

Step two: prompt the user for a rotate command (again would like to have the red line move into place visually in revit).

Please note that the red line does not innately live in revit already, it is created in my larger dynamo script. Also, after this command is done, I need to keep going on this script. Feels like I would need to use a passthrough type command to get all the user input at the right time.

Thoughts are apprecatied!

Thanks