吾爱破解 - 52pojie.cn

 找回密码
 注册[Register]

QQ登录

只需一步,快速开始

查看: 239|回复: 1
收起左侧

[资源求助] 你好各位大神帮我修改一下CAD用LSP这个代码

[复制链接]
gongxifachai 发表于 2024-8-3 15:44
25吾爱币
本帖最后由 gongxifachai 于 2024-8-3 15:46 编辑

你好各位大神帮我修改一下CAD用LSP这个代码
你好各位大神帮我修改一下这个代码正常我在多段线上输入50多段线上就出现个50标注,现在是输入50他出现359.0197801584798麻烦各位大神帮帮忙修改输入多少数字就出现多少数字好比输入50就出现50。
(defun c:tg(/  p1 p2 p3 p4 pt dd)                       
    (command ".undo" "be")
  (setq p1(getpoint "\n指定点"))
  (command ".CIRCLE" "non" p1 3)
(while
  (setq p2(getpoint p1 "\n指定点")
        p3(polar p1 (angle p1 p2) 3)
        p4(polar p2 (angle p2 p1) 3)
        )
  (command ".line" "non" p3 "non" p4 "")
  (setq dd (distance p1 p2)
        pt (polar p2 (angle p2 p1) (+ (* dd 0.55) 1.5)))
    (command ".CIRCLE" "non" p2 3)
     (command ".text" "non" pt 6 (/ (* (angle p1 p2) 180.0) pi) (rtos dd 2 2)  "")
  (setq p1 p2)
)
  (command ".undo" "e")
  (princ)
)

发帖前要善用论坛搜索功能,那里可能会有你要找的答案或者已经有人发布过相同内容了,请勿重复发帖。

xxkz 发表于 2024-8-3 16:13
我这里运行正常,cad2014,快捷命令tg
您需要登录后才可以回帖 登录 | 注册[Register]

本版积分规则

返回列表

RSS订阅|小黑屋|处罚记录|联系我们|吾爱破解 - LCG - LSG ( 京ICP备16042023号 | 京公网安备 11010502030087号 )

GMT+8, 2024-12-12 09:49

Powered by Discuz!

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表