AutoCAD绘图中的数据结构

发布于 2024-09-24 20:26:18 字数 257 浏览 1 评论 0原文

我必须从 AutoCAD 绘图中读取所有标签,其中包含有关模型、单元格、标签集等的信息。

以下假设是否正确?

标签只能在标签集中找到。 标签集中的多个标签可以具有相同的名称。

标签集仅存在于细胞中。 单元格内标签集的名称是唯一的。

单元仅在模型中找到(并且不嵌套在其他单元中) 模型中的多个单元可以具有相同的名称。

模型只能在图纸的“顶层”找到。 绘图中的模型名称是唯一的。

谢谢,

科恩

I have to read all the tags out of an autocad drawing with information about the model, the cell, the tagset etcetera in which they were found.

Are the following assumptions correct;

tags are only found in tagsets.
multiple tags within a tagset can have the same name.

tagsets are only found in cells.
the names of tagsets within a cell are unique.

cells are only found within models (and not nested in other cells)
multiple cells within a model can have the same name.

models are only found at the 'top level' in drawings.
the names of models within a drawing are unique.

thanks,

Coen

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

耶耶耶 2024-10-01 20:26:18

转到此处:http:// docs.autodesk.com/ACD/2010/ENU/AutoCAD%20.NET%20Developer%27s%20Guide/index.html 并导航到 AutoCAD .NET API 基础知识 -- > 了解 AutoCAD 对象层次结构以了解 AutoCAD 数据库结构。

有关特定问题的答案,请搜索论坛:

“标签集”是指块中属性的集合还是表(“单元格”)?

Go here: http://docs.autodesk.com/ACD/2010/ENU/AutoCAD%20.NET%20Developer%27s%20Guide/index.html and navigate to Basics of the AutoCAD .NET API --> Understand the AutoCAD Object Hierarchy to get an idea of the AutoCAD database structure.

For answers to specific questions search the forums at:

By "tagsets" do you mean collections of attributes in a block or are you talking about tables ("cells")?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文