|
NX Open C++ 参考指南 2406 v1.1
|
表格区域集合 更多...
#include <Annotations_TableSectionCollection.hxx>
类 | |
| class | iterator |
Public 成员函数 | |
| iterator | begin () |
| NXOpen::Annotations::TableSectionBuilder * | CreateTableSectionBuilder (NXOpen::Annotations::TableSection *section) |
| iterator | end () |
| NXOpen::Annotations::TableSection * | FindObject (const char *journalIdentifier) |
| NXOpen::Annotations::TableSection * | FindObject (const NXString &journalIdentifier) |
| tag_t | Tag () const |
表格区域集合
表示NXOpen::Annotations::TableSection 对象的集合
要获取此类的实例,请参考NXOpen::Annotations::AnnotationManager
创建于NX8.0.0.
| iterator NXOpen::Annotations::TableSectionCollection::begin | ( | ) |
返回指向第一个元素的迭代器。
| NXOpen::Annotations::TableSectionBuilder * NXOpen::Annotations::TableSectionCollection::CreateTableSectionBuilder | ( | NXOpen::Annotations::TableSection * | section | ) |
如果为NULL则创建新的表格区域,否则编辑现有的表格区域
创建于NX8.0.0.
许可要求:geometric_tol ("GDT") 或 drafting ("DRAFTING")
| section | 表格区域 |
|
inline |
返回指向最后一个元素之后位置的迭代器。
| NXOpen::Annotations::TableSection * NXOpen::Annotations::TableSectionCollection::FindObject | ( | const char * | journalIdentifier | ) |
查找具有指定名称的表格区域。如果找不到具有给定名称的对象,将抛出异常
| journalIdentifier | 要查找的表格区域的标识符 |
| NXOpen::Annotations::TableSection * NXOpen::Annotations::TableSectionCollection::FindObject | ( | const NXString & | journalIdentifier | ) |
查找具有指定名称的表格区域。如果找不到具有给定名称的对象,将抛出异常
| journalIdentifier | 要查找的表格区域的标识符 |
| tag_t NXOpen::Annotations::TableSectionCollection::Tag | ( | ) | const |
返回此对象的标签。