Question: plot3d line at x,y point

Can I plot a line with plot3d using single x,y points? 

plot3d([1,2],x=-1..1,y=-1..2);  Gives me two planes at x=1 and 2.  Can plot3d instead give me a line through that point?

Please Wait...