乐筑天下

搜索
欢迎各位开发者和用户入驻本平台 尊重版权,从我做起,拒绝盗版,拒绝倒卖 签到、发布资源、邀请好友注册,可以获得银币 请注意保管好自己的密码,避免账户资金被盗
查看: 67|回复: 0

程序运行时卡顿现象很严重

[复制链接]

2

主题

2

帖子

2

银币

初来乍到

Rank: 1

铜币
10
发表于 2019-1-24 12:01:00 | 显示全部楼层 |阅读模式
以下是程序源码,在执行的时候CAD卡顿现象很严重。比如块(见附件)比较多情况下,选择块进行复制或其他操作是都比较卡顿,选中进行下一步操作都会卡顿几秒,已测试是该程序问题。还有该程序会导致保存卡顿,请大神们看下问题在哪,给修改下 。谢谢!
Private Sub AcadDocument_SelectionChanged()
On Error Resume Next
Dim EqINFO As Variant
Dim xtypeout As Variant
Dim xdataout As Variant
Dim ELE As AcadBlockReference
Dim EQ_BLOCK_DATA As Variant       '¿éÄúêôDÔ¼ˉoÏ
Dim EqName_att As AcadAttributeReference  'êôDÔ
Dim EqId_att As AcadAttributeReference    '
Dim EQ_BLOCK_entity As AcadEntity         '¿éÄúμÄêμìå
Dim pline As AcadLWPolyline            '¿éÄú¶à¶ÎÏß
Set ELE = PickfirstSelectionSet.Item(0)
Dim a(2), b(2) As Variant
Dim c(2), d(2) As Variant
           If ELE.HasAttributes Then EQ_BLOCK_DATA = ELE.GetAttributes
            Set EqName_att = EQ_BLOCK_DATA(1)      'μÃμ½êôDÔ¶ÔÏó
            Set EqId_att = EQ_BLOCK_DATA(0)
            'MsgBox EqName_att.MTextAttribute
            'End If
      With EqName_att
     a(0) = .InsertionPoint(0)      '2åèëμãX×ø±ê
     a(1) = .InsertionPoint(1)      '2åèëμãY×ø±ê
     b(0) = .TextAlignmentPoint(0)  '¶ÔÆëμãX×ø±ê,ÖD¼ä¶ÔÆë
     b(1) = .TextAlignmentPoint(1)  '¶ÔÆëμãY×ø±ê£¬ÖD¼ä¶ÔÆë
     End With
      With EqId_att
     c(0) = .InsertionPoint(0)      '2åèëμãX×ø±ê
     c(1) = .InsertionPoint(1)      '2åèëμãY×ø±ê
     d(0) = .TextAlignmentPoint(0)  '¶ÔÆëμãX×ø±ê,ÖD¼ä¶ÔÆë
     d(1) = .TextAlignmentPoint(1)  '¶ÔÆëμãY×ø±ê£¬ÖD¼ä¶ÔÆë
     End With
     Dim S_DATA, S_data1, S_data2
       S_data1 = (b(0) - a(0)) * 2
        'MsgBox S_DATA
       S_data2 = (d(0) - c(0)) * 2
       'MsgBox S_data1 & "," & S_data2
       If S_data1  S_data2 Then
          S_DATA = S_data1
    End If
Dim dybprop As Variant
Dim i    If ELE.IsDynamicBlock Then
     dybprop = ELE.GetDynamicBlockProperties
       For i = LBound(dybprop) To UBound(dybprop) 'Goes through Results
                    If dybprop(i).PropertyName = "eqline" Then 'Looks for the PropertyName
                    dybprop(i).Value = S_DATA     'Change the Value of the PropertyName
                    End If
       Next i
       End IfEnd Sub

本帖以下内容被隐藏保护;需要你回复后,才能看到!

游客,如果您要查看本帖隐藏内容请回复
回复

使用道具 举报

发表回复

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

  • 微信公众平台

  • 扫描访问手机版

  • 点击图片下载手机App

QQ|关于我们|小黑屋|乐筑天下 繁体中文

GMT+8, 2024-11-22 05:49 , Processed in 0.160779 second(s), 59 queries .

© 2020-2024 乐筑天下

联系客服 关注微信 帮助中心 下载APP 返回顶部 返回列表