public Ray3D ProjectOnPlane()
 {
     return(UnitVector3D1.ProjectOn(Plane));
 }