public Ray3D IntersectionOf()
 {
     return(Ray3D.IntersectionOf(PlaneXy, PlaneXz));
 }