明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 1175|回复: 2

[求助]最小外框

[复制链接]
发表于 2008-10-13 18:01 | 显示全部楼层 |阅读模式
选择n个文本(单行和多行的混合)之后的最小外框,lisp,谢谢
"觉得好,就打赏"
还没有人打赏,支持一下
 楼主| 发表于 2008-10-13 18:18 | 显示全部楼层

(defun c:tl()

(command "ucs" "w")
(setq el (entget (car (entsel))))
(setq ang (* 180.0 (/ (cdr (assoc 50 el)) pi)))
(setq pt (cdr (assoc 10 el)))
(command "UCS" "o" pt "ucs" "z" ang)
(setq tl (textbox el))
(setq point1 (car tl))
(setq point2 (cadr tl))
(command "rectang" " non" point1 "non" point2)
(command "ucs" "w")

)
;;经测试上面的程序对单行文本有效,对多行文本框位置会出错,请各们改一下

发表于 2008-10-13 18:23 | 显示全部楼层
论坛有很多这样的程序,自己搜搜.
您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|CAD论坛|CAD教程|CAD下载|联系我们|关于明经|明经通道 ( 粤ICP备05003914号 )  
©2000-2023 明经通道 版权所有 本站代码,在未取得本站及作者授权的情况下,不得用于商业用途

GMT+8, 2024-5-18 05:15 , Processed in 0.361753 second(s), 26 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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