明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 1370|回复: 1

如何判断一个图元存在于哪个布局中?

[复制链接]
发表于 2004-2-21 11:56:00 | 显示全部楼层 |阅读模式
假如一个块名为“块1”,在图中存在两个布局,“布局1”和“布局2”,如何知道这个块在哪个布局中?或两个布局中都有?
发表于 2004-2-21 14:03:00 | 显示全部楼层
  1. Sub DispOwnerObject()
  2.        Dim ent As AcadEntity
  3.        Dim pnt As Variant
  4.        ThisDrawing.Utility.GetEntity ent, pnt, "选择对象:"
  5.        Dim str As String
  6.        Dim obj As AcadObject
  7.        Set obj = ThisDrawing.ObjectIdToObject(ent.OwnerID)
  8.        Debug.Print obj.ObjectName
  9.        Debug.Print obj.Name
  10. End Sub
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT+8, 2024-11-28 08:45 , Processed in 0.172803 second(s), 24 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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