为啥分解不了图块?
[*]插入一个图块,不知道为啥分解不了,哪位大神帮忙看看吗?
[*]
[*](progn (command "insert")
[*] (command "c:\\11.dwg")
[*] (command "R")
[*] (command (angtos 0))
[*] (command "X")
[*] (command 1)
[*] (command "Y")
[*] (command 1)
[*](setq etlast(entlast))
[*](vl-cmdf "explode" etlast )
[*])
start4444 发表于 2019-11-9 15:19
插入了锁定的层?
不是呢,分步来做是可以炸开的,比如先插入图块了,再(setq etlast(entlast))
(vl-cmdf "explode" etlast )是可以的,就是合起来就不行了 烟盒迷唇 发表于 2019-11-10 08:59
(if (= 0 (getvar 'QAFLAGS))(command "_.explode" (entlast))(command "_.explode" (entlast) "") )这样才 ...
感谢您的意见,还是不能分解,您也可以做一个普通图块,帮忙试试哦,非常感谢! (if (= 0 (getvar 'QAFLAGS))(command "_.explode" (entlast))(command "_.explode" (entlast) "") )这样才得 检查是否多重块? 革天明 发表于 2019-11-9 14:26
检查是否多重块?
感谢您的回复,不是呢,就一个圆组的块 插入了锁定的层? 在entlast前加一个delay lxw320 发表于 2019-11-9 19:37
在entlast前加一个delay
系统没有这个函数哦! 与QAFLAGS这个系统变量有关,查一查吧。
页:
[1]
2