明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 1164|回复: 2

VB怎样将整张图纸制成一个块

[复制链接]
发表于 2015-2-24 16:21:09 | 显示全部楼层 |阅读模式
    Dim BlockRefobj As AcadBlockReference
    Dim Blockobject As AcadBlock
    Dim Blockinspoint(0 To 2) As Double
    Blockinspoint(0) = 0
    Blockinspoint(1) = 0
    Blockinspoint(2) = 0
    Set Blockobject = ThisDrawing.Blocks.Add(Blockinspoint, "block1") '这是添加对象  要怎样才可以一次性添加所有对象
   
发表于 2015-2-25 19:46:07 | 显示全部楼层
AttachExternalReference
然后
bind
发表于 2015-2-27 20:51:40 | 显示全部楼层
  1. 直接插入文件成块:
  2. Public Sub ss()
  3.     Dim p1
  4.             p1 = ThisDrawing.Utility.GetPoint(, "请指定插入点<0,0>:")
  5.     If IsEmpty(p1) Then
  6.         'ReDim P1(2)
  7.         p1 = Array(0, 0, 0)
  8.     End If


  9.     ThisDrawing.ModelSpace.InsertBlock p1, "D:\Program Files\shlisp2008\Blklib\卫生间详图\-1f集水坑.dwg", 1, 1, 1, 0
  10. End Sub
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT+8, 2024-11-25 11:28 , Processed in 0.254802 second(s), 22 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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