/***************************************************/ public static ICurve SetGeometry(this Line curve, ICurve newCurve) { return(newCurve.DeepClone()); }