Exemplo n.º 1
0
        /***************************************************/

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