AutoCAD绘图中的数据结构
我必须从 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
转到此处: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")?