拉伸曲线 ptList=List[Point]() #定义一个点的列表 ptList.Add(Point.Create(MM(11),MM(-14),MM(0))) #创建点,并放入列表当中 ptList.Add(Point.Create(MM(22),MM(2),MM(0))) #创建点,并放入列表当中 ptList.Add(Point.Create(MM(20), MM(25),MM(0))) #创建点,并放入列表当中 ptList.Add(Point.Create(MM(24), MM(4…