コード例 #1
0
ファイル: SetGeometry.cs プロジェクト: BHoM/BHoM_Engine
        /***************************************************/

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