明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 1808|回复: 4

如何获取CASS中实体的CASS码?

[复制链接]
发表于 2009-4-28 04:17:00 | 显示全部楼层 |阅读模式
我想编制一些小功能,在CASS里不知道如何使用VBA来获取实体的CASS码,请高手赐教!?
发表于 2009-4-30 11:21:00 | 显示全部楼层

Cass中的CASS码,是存在图元的厚度属性中吧

 楼主| 发表于 2009-5-3 11:16:00 | 显示全部楼层
我查了一些资料,像是在扩展属性里,正在进一步研究中。
发表于 2009-5-31 20:07:00 | 显示全部楼层

On Error Resume Next
Set AcadApp = GetObject(, "Autocad.application")   '启动Autocad2000
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
AcadApp.Visible = True


 AppActivate AcadApp.Caption  'Cad得到焦点


Dim acadobj As AcadObject

AcadApp.ActiveDocument.Utility.GetEntity acadobj, pnt, "提示"   '单选

 Dim xType As Variant
 Dim xData As Variant
 
 acadobj.GetXData "", xType, xData
   b = UBound(xType)
  AcadApp.ActiveDocument.Utility.Prompt vbCrLf
'MsgBox B

If IsEmpty(xType) Then
 AcadApp.ActiveDocument.Utility.Prompt "无扩展数据!"
Exit Sub
End If

 For CC = 0 To b
 ac = xType(CC) & "->"
 AB = xData(CC)

 AcadApp.ActiveDocument.Utility.Prompt Str(CC) & "  " & ac & AB
 AcadApp.ActiveDocument.Utility.Prompt vbCrLf

发表于 2009-6-3 16:50:00 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT+8, 2024-11-26 02:39 , Processed in 0.172474 second(s), 24 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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