明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 483|回复: 1

求助2个问题

[复制链接]
发表于 2017-12-15 08:47:34 | 显示全部楼层 |阅读模式
1、VBA 用了标注,怎么编辑标注的文字内容,比如 ‘900’ 改成 “长度900”
Set x = ThisDrawing.ModelSpace.AddDimAligned(pt1, pt2, pt3)


2、选择的时候第一遍能选中区域内的内容,循环第二遍不能选中
Dim pt1(2) As Double, pt2(2) As Double
pt1(0) = -1500
pt1(1) = -1500
pt1(2) = 0
pt2(0) = 3200
pt2(1) = 3200
pt2(2) = 0
    On Error Resume Next
    If Not IsNull(ThisDrawing.SelectionSets.Item(na)) Then
        Set y = ThisDrawing.SelectionSets.Item(na)
        y.Delete
    End If
    Set y = ThisDrawing.SelectionSets.Add(na)
    y.Select acSelectionSetCrossing, pt1, pt2
    Dim ww As AcadBlock
    Set ww = ThisDrawing.Blocks.Add(pt, na)  
    ReDim x(y.Count - 1)
    Dim i As Integer
    For i = 0 To y.Count - 1
        Set x(i) = y.Item(i)
    Next i   
    ThisDrawing.CopyObjects x, ww
    Dim obj As AcadObject
    For Each obj In ThisDrawing.ModelSpace
        obj.Delete
    Next
  y.Delete

 楼主| 发表于 2017-12-15 09:30:23 | 显示全部楼层
第二个问题我查到了,加段代码
ThisDrawing.Application.Update

解决了

第一个问题求教大神
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT+8, 2024-11-25 07:42 , Processed in 0.157081 second(s), 23 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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