public Point3D?IntersectionWith()
 {
     return(Ray3D1.IntersectionWith(Plane));
 }