autocad绘制阿基米德螺线等曲线方法步骤
AutoCAD怎样画阿基米德螺线:用autolisp编程可以实现,程序代码如下:(command "pline" )(setq n 0)(repeat 1000 (command (polar (l
autocad绘制阿基米德螺线等曲线方法步骤