Define Plane by typing

Hi all,
sometimes you need an ‘odd’ plane (like for example the xz plane rotated -45 degrees on the z axis)
this can be defined by point 0,0,0 and vector 1,1,0.
Instead of using two or three components, is there a way to type it with a panel in some form like
O(0,0,0) Z(1,1,0) ?
The only thing I managed so far is to input the base point.

How about usingAlign Plane?

Yes, I knew that. I 'm just wondering if there is some notation for defining it with a single panel.

No.

The conversion from String to Plane is actually String -> Coordinates -> Plane where the coordinates will be used as the origin. So it’s impossible to define the normal vector.

ok, that puts it to bed.
thanks!