- UID
- 74488
- 积分
- 1955
- 精华
- 贡献
-
- 威望
-
- 活跃度
-
- D豆
-
- 在线时间
- 小时
- 注册时间
- 2003-8-23
- 最后登录
- 1970-1-1
|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?立即注册
×
论坛有关 “图块” 的帖子集锦
***块替换***
[求助]:块替换 http://www.xdcad.net/forum/showt ... d=455186#post455186
ll_j 的 cb.lsp 程序: http://www.xdcad.net/forum/attachment.php?s=&postid=455186
xyzjint_cn 的 块替换.lsp http://www.xdcad.net/forum/attachment.php?s=&postid=455746
lsjjm 推荐的国外网站图块相关程序:
- <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="700" id="AutoNumber1" height="498">
- <tr>
- <td width="100%" height="489">
- <iframe name="I1" width="100%" height="100%" src="http://www.afralisp.com/newsletter/code/code57.htm">
- 浏览器不支持嵌入式框架或配置为不显示嵌入式框架
- </iframe>
- </td>
- </tr>
- </table>
复制代码
myfreemind 的vba程序:
[php]
Dim tkobj As AcadBlockReference
Dim pnt As Variant
Dim entity As AcadEntity
Dim i As Integer
For i = 0 To ThisDrawing.SelectionSets.Count - 1
ThisDrawing.SelectionSets.Item(i).Clear
ThisDrawing.SelectionSets.Item(i).Delete
Next
Dim tkset As AcadSelectionSet
Dim Ftype(0) As Integer
Dim Fdata(0) As Variant
Ftype(0) = 2
Fdata(0) = "GC211"
Set tkset = ThisDrawing.SelectionSets.Add("tksset")
tkset.Select acSelectionSetAll, , , Ftype, Fdata
For Each entity In tkset
'For Each entity In ThisDrawing.ModelSpace
pnt = entity.InsertionPoint
entity.Delete
Set tkobj = ThisDrawing.ModelSpace.InsertBlock(pnt, "gc209.dwg", 1, 1, 1, 0)
Next
End Sub
[/php]
***局部块改名***
[编程申请]:将一种图块中的一部分改名
- <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="700" id="AutoNumber1" height="498">
- <tr>
- <td width="100%" height="489">
- <iframe name="I1" width="100%" height="100%" src="http://www.xdcad.net/forum/showthread.php?s=&threadid=88764">
- 浏览器不支持嵌入式框架或配置为不显示嵌入式框架
- </iframe>
- </td>
- </tr>
- </table>
复制代码
***造无名块***
[讨论]:关于无名块的疑问,请大家指点
- <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="700" id="AutoNumber1" height="498">
- <tr>
- <td width="100%" height="489">
- <iframe name="I1" width="100%" height="100%" src="http://www.xdcad.net/forum/showthread.php?s=&postid=770563#post770563">
- 浏览器不支持嵌入式框架或配置为不显示嵌入式框架
- </iframe>
- </td>
- </tr>
- </table>
复制代码
另一贴:无名块
- <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="700" id="AutoNumber1" height="498">
- <tr>
- <td width="100%" height="489">
- <iframe name="I1" width="100%" height="100%" src="http://www.xdcad.net/forum/showthread.php?s=&postid=743825#post743825">
- 浏览器不支持嵌入式框架或配置为不显示嵌入式框架
- </iframe>
- </td>
- </tr>
- </table>
复制代码
无名块的做法
- <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="700" id="AutoNumber1" height="498">
- <tr>
- <td width="100%" height="489">
- <iframe name="I1" width="100%" height="100%" src="http://www.xdcad.net/forum/showthread.php?s=&postid=685955#post685955">
- 浏览器不支持嵌入式框架或配置为不显示嵌入式框架
- </iframe>
- </td>
- </tr>
- </table>
复制代码
如何将图块文件插入后使其为无名块(如何将有名块变为无名块)
- <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="700" id="AutoNumber1" height="498">
- <tr>
- <td width="100%" height="489">
- <iframe name="I1" width="100%" height="100%" src="http://www.xdcad.net/forum/showthread.php?s=&postid=708642#post708642">
- 浏览器不支持嵌入式框架或配置为不显示嵌入式框架
- </iframe>
- </td>
- </tr>
- </table>
复制代码
******
测试:获得匿名块或组的最大名称。
http://www.xdcad.net/forum/showt ... d=229432#post229432
******
在C#中使用ObjectDBX技术从未打开图形中获得图块的信息
http://www.xdcad.net/forum/showt ... d=739108#post739108
******
一个图块管理程序
http://www.xdcad.net/forum/showt ... y=&pagenumber=1
******
CRTBLE.LSP图块文字编辑
http://www.xdcad.net/forum/showt ... d=511282#post511282
******
图块计数
http://www.xdcad.net/forum/showt ... d=321944#post321944
******
属性值修改程序
http://www.xdcad.net/forum/showt ... d=327671#post327671
ykklms 的 shuxxg.lsp
http://www.xdcad.net/forum/attachment.php?s=&postid=323943
******
对块追加属性
- <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="700" id="AutoNumber1" height="498">
- <tr>
- <td width="100%" height="489">
- <iframe name="I1" width="100%" height="100%" src="http://www.xdcad.net/forum/showthread.php?s=&postid=332482#post332482">
- 浏览器不支持嵌入式框架或配置为不显示嵌入式框架
- </iframe>
- </td>
- </tr>
- </table>
复制代码
******
[分享]:得到块的属性,改块的属性
- <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="700" id="AutoNumber1" height="498">
- <tr>
- <td width="100%" height="489">
- <iframe name="I1" width="100%" height="100%" src="http://www.xdcad.net/forum/showthread.php?s=&postid=339661#post339661">
- 浏览器不支持嵌入式框架或配置为不显示嵌入式框架
- </iframe>
- </td>
- </tr>
- </table>
复制代码
*****
修改图块内所有属性性质
http://www.xdcad.net/forum/showt ... d=220920#post220920
*****
从块中提取出任一属性的任一组码的值
http://www.xdcad.net/forum/showt ... d=229179#post229179
*****
用VLISP遍历块中的各个属性
http://www.xdcad.net/forum/showt ... d=306112#post306112
http://www.xdcad.net/forum/showt ... tid=12741#post12741
******
块属性编辑程序 -by hqd9639
http://www.xdcad.net/forum/showt ... d=316303#post316303
*****
用LISP如何把一个图形块文件在插入当前图形时变为无名块!
[php]
;;By LUCAS(龙龙仔)
;;图块改为匿名块
(defun C:TT (/ BLK BLKDEF BLKREF)
(while
(or (not (setq BLK (car (entsel "\n选择要改为匿名块的图块: "))))
(progn
(setq BLKREF (vlax-ename->vla-object BLK))
(not (= (vla-get-objectname BLKREF) "AcDbBlockReference"))
)
)
)
(setq
BLKDEF (vla-item (vla-get-blocks
(vla-get-activedocument (vlax-get-acad-object))
)
(vla-get-name BLKREF)
)
)
(vla-put-name BLKDEF "*U")
(vlax-release-object BLKREF)
(vlax-release-object BLKDEF)
(princ)
)
[/php]
*****
序号球程序 (改属性值并插入)
- <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="700" id="AutoNumber1" height="498">
- <tr>
- <td width="100%" height="489">
- <iframe name="I1" width="100%" height="100%" src="http://www.xdcad.net/forum/showthread.php?s=&postid=160914#post160914">
- 浏览器不支持嵌入式框架或配置为不显示嵌入式框架
- </iframe>
- </td>
- </tr>
- </table>
复制代码
*****
用VBA创建匿名块
http://www.xdcad.net/forum/showt ... y=&pagenumber=1
*****
把text转为属性图块
http://www.xdcad.net/forum/showt ... d=129183#post129183
http://www.xdcad.net/forum/showt ... d=113441#post113441
*****
图块修改工具lsp: 改块/X左右镜相/Y前后镜相/Z值/V新尺寸/S放缩
http://www.xdcad.net/forum/showt ... d=126512#post126512
*****
:[LISP程序]:改变图块中的实体---工具集
http://www.xdcad.net/forum/showt ... d=126509#post126509
*****
:最近开始流行的一段恶意代码-无法炸开图块 (代码程序)
http://www.xdcad.net/forum/showt ... y=&pagenumber=1
http://www.xdcad.net/forum/showt ... y=&pagenumber=1
http://www.xdcad.net/forum/showthread.php?s=&threadid=25149
解决方案:
killcadvirusexe.rar
http://www.xdcad.net/forum/attachment.php?s=&postid=458057
秋枫的 checklsp.rar
http://www.xdcad.net/forum/attachment.php?s=&postid=213143
kv2003也可以清除acad.LSP病毒了,升级到2003。9月以后的病毒库
fylinwater -查杀恶意代码的lisp
http://www.xdcad.net/forum/showt ... y=&pagenumber=1
*****
图块刷子 http://www.xdcad.net/forum/showt ... tid=35391#post35391
******
统计图中一个图块的数量
http://www.xdcad.net/forum/showt ... ostid=3593#post3593
******
匹配同名图块的XYZ方向的比例 LISP程序:BlockScaleMatch by quelea
http://www.xdcad.net/forum/showt ... ostid=3896#post3896
******
炸开所有图块 by 秋枫
http://www.xdcad.net/forum/showt ... ostid=3972#post3972
******
实现多块的选择插入
http://www.xdcad.net/forum/showt ... ostid=4605#post4605
******
一个图块管理源码(TgCadLib.arx) --by gephen
http://www.xdcad.net/forum/attachment.php?s=&postid=741724
|
|