public CurveToCurveReview PointsFromIntersection()
 {
     Methods.PointsFromIntersection(Source);
     return(this);
 }
 public CurveToCurveReview IfIntersectionExists()
 {
     Methods.IfIntersectionExists(Source);
     return(this);
 }