明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 1582|回复: 2

vba炸开cad-mtext字体

[复制链接]
发表于 2009-11-30 20:30:00 | 显示全部楼层 |阅读模式

Sub xmtext()
Dim tsel As AcadSelectionSet
Dim entry As AcadEntity
Dim tpic As Variant
Dim layerstr As String
On Error Resume Next
Set tsel = ThisDrawing.SelectionSets("topirolss")
If Err Then
Err.Clear
Set tsel = ThisDrawing.SelectionSets.Add("topirolss")
tsel.Clear
End If
tsel.Clear
'ThisDrawing.Utility.GetEntity entry, tpic
Err.Clear

layerstr = entry.Layer
   Dim FilterType(0) As Integer
   Dim FilterData(0) As Variant
   FilterType(0) = 0
   FilterData(0) = "Mtext"
   tsel.Select acSelectionSetAll, , , FilterType, FilterData
   tsel.Highlight (True)
   If tsel.Count = 0 Then
   tsel.Delete
   Else
   ThisDrawing.Utility.InitializeUserInput 1, "Move Copy Erase"
   ThisDrawing.SendCommand "x" & vbCr & "p" & vbCr & vbCr
   End If
   tsel.delete
End Sub

 楼主| 发表于 2009-11-30 20:41:00 | 显示全部楼层

另还想请教

 我用选择集得到如下的范围

而用天正电气的到得是如下

 

我知道是由于当前选择集不是自己定义的那个选择集

请教高手怎样设置当前选择集为自己定义的那个呢????

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?注册

x
发表于 2009-12-22 13:11:00 | 显示全部楼层

学习了,谢谢

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

本版积分规则

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

GMT+8, 2024-11-26 00:25 , Processed in 0.182184 second(s), 24 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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