只需一步,快速开始
(defun c:BlockIn (/ f) (setierr) (foreach f (vl-sort (gxl-file-Dos_dir "c:\\符号库\\*.dwg") '<) (command "-insert" (strcat "c:\\符号库\\" f) '(0 0 0) 1 1 0) ) (reerr) )
;;;检查图块是否建立,如未建立图块则自动创建图块,参数:B_Name 块名 (defun gxl-Blk-Check (B_Name / curlay B_Name1) (setq B_Name1 (gxl-Str-Subst "]" ")" (gxl-Str-Subst "[" "(" B_Name))) (setq curlay (getvar "Clayer")) (if (not (member B_Name (GXL-TABLE "block"))) (progn (if (or (= 'USUBR (type (eval(read (strcat "MakeBlock-" B_Name1))))) (= 'SUBR (type (eval(read (strcat "MakeBlock-" B_Name1))))) ) (eval (read (strcat "(MakeBlock-" B_Name1 ")")))) ) ) (setvar "clayer" curlay) B_Name )
(gxl-Blk-Check "路灯")
您需要 登录 才可以下载或查看,没有账号?注册
使用道具 举报
使用程序出现下列问题是怎么回事?cad版本2008
命令: blocktolisp; 错误: ActiveX 服务器返回错误: 无效索引。
哇!不是源码啊!
只能纯欣赏了!
感谢楼主分享!
Block 自动转为Lisp源代码 下载来看看学习学习
不知道在2006上能否用
谢谢楼主
dear sir
plz shere sample file
本版积分规则 发表回复 回帖后跳转到最后一页
小黑屋|手机版|CAD论坛|CAD教程|CAD下载|联系我们|关于明经|明经通道 ( 粤ICP备05003914号 ) ©2000-2023 明经通道 版权所有 本站代码,在未取得本站及作者授权的情况下,不得用于商业用途
GMT+8, 2024-11-16 04:25 , Processed in 0.229150 second(s), 28 queries , Gzip On.
Powered by Discuz! X3.4
Copyright © 2001-2021, Tencent Cloud.