明经CAD社区's Archiver
社区
›
AutoLISP/Visual LISP 编程技术
› 块中有多条PL线,如何取得顶点表
pxt2001
发表于 2012-8-15 17:38:33
块中有多条PL线,如何取得顶点表
本帖最后由 pxt2001 于 2012-8-15 17:42 编辑
块中有多条PL线,如何快速取得顶点表
(setq en (car (entsel "\n选择图块:"))
da (entget en)
)
Andyhon
发表于 2012-8-15 17:49:43
如果只是要单纯的取得外框尺寸
;; Required ET
(acet-ent-geomextents ee) ; ee == Block
chpmould
发表于 2012-8-15 18:53:54
遍历块获取
页:
[1]
查看完整版本:
块中有多条PL线,如何取得顶点表