用autolisp开发技术绘制下面2个图形

求高手发编程代码,万分感谢... 求高手发编程代码,万分感谢 展开
 我来答
in_city
2014-06-20 · TA获得超过258个赞
知道小有建树答主
回答量:430
采纳率:0%
帮助的人:288万
展开全部
画矩形代码如下:
(defun C:JX()
(setq chang (getdist "长度 :"))
(setq kuan (getdist "宽度 :"))
(setq P0 (getpoint "the base point :"))
(setq P1 (polar P0 pi (/ chang 2)))
(setq P2 (polar P1 (- 0 (/ pi 2)) kuan))
(setq p3 (polar P2 0.0 chang))
(setq P4 (polar P1 0.0 chang))
(command "line" P1 P2 P3 P4 "c")
)
画沉孔代码如下:
(defun C:CENKONG ()
(setq d1 (getdist "input the diameter of the big hole:"))
(setq d2 (getdist "input the diameter of the small hole:"))
(setq l1 (getdist "input the length of the big hole:"))
(setq l2 (getdist "input the length of the small hole:"))
(setq P0 (getpoint "input the base of the cenkong:"))
(setq P1 (polar P0 pi (/ d1 2)))
(setq P2 (polar P1 (- (* 0.5 pi)) l1))
(setq P3 (polar P2 0.0 (/ (- d1 d2) 2)))
(setq P4 (polar P3 (- (* 0.5 pi)) l2))
(setq P5 (polar P4 0.0 d2))
(setq P6 (polar P3 0.0 d2))
(setq P7 (polar P2 0.0 d1))
(setq P8 (polar p1 0.0 d1))
(command "line" P1 P2 P3 P4 "")
(command "line" P5 P6 P7 P8 "")
)
意法半导体(中国)投资有限公司
2023-06-12 广告
单片机编程是指使用单片机编程语言,如C语言,来编写单片机的程序代码,以控制单片机的行为。这种技术在电子工程、计算机科学和电子通信等领域中被广泛应用。单片机编程的主要任务是设计和实现单片机的程序,包括定义单片机的指令系统、编写程序代码、处理器... 点击进入详情页
本回答由意法半导体(中国)投资有限公司提供
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式