public static Line operator |(Plane a, Point b) { Detail.dot03(a.P0, b.P3, out var p1, out var p2); return(new Line(p1, p2)); }