File3dm AddText

Hi guys.

I want to insert a text in a File3dm with a certain position and rotation.

I use:
fichero3DM.Objects.AddText(dxfText.PlainText(), Plane.WorldXY, dxfText.Height, dxfText.Style.FontName,false,false, atributos);

Now How I can Translate and rotate this text?

Someone can help me?

Thanks in advance

The plane parameter defines to position and rotation

It works, thank you very much.