NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
NXOpen::Annotations::IntersectionSymbolCollection类 参考

相交符号集合 更多...

#include <Annotations_IntersectionSymbolCollection.hxx>

类 NXOpen::Annotations::IntersectionSymbolCollection 继承关系图:
NXOpen::TaggedObjectCollection

class  iterator

Public 成员函数

iterator begin ()
NXOpen::Annotations::IntersectionSymbolBuilderCreateIntersectionSymbolBuilder (NXOpen::Annotations::IntersectionSymbol *intersectionPt)
iterator end ()
NXOpen::Annotations::IntersectionSymbolFindObject (const char *journalIdentifier)
NXOpen::Annotations::IntersectionSymbolFindObject (const NXString &journalIdentifier)
tag_t Tag () const

详细描述

相交符号集合

表示 NXOpen::Annotations::IntersectionSymbol 对象的集合
要获取此类的实例,请参考 NXOpen::Annotations::AnnotationManager

创建于 NX6.0.0.

成员函数说明

◆ begin()

iterator NXOpen::Annotations::IntersectionSymbolCollection::begin ( )

返回指向第一个元素的迭代器。

◆ CreateIntersectionSymbolBuilder()

NXOpen::Annotations::IntersectionSymbolBuilder * NXOpen::Annotations::IntersectionSymbolCollection::CreateIntersectionSymbolBuilder ( NXOpen::Annotations::IntersectionSymbol * intersectionPt)

创建 IntersectionSymbolBuilder

返回
IntersectionSymbolBuilder 对象
创建于 NX6.0.0.

许可要求:制图 ("DRAFTING")
参数
intersectionPt要编辑的 NXOpen::Annotations::IntersectionSymbol ,如果为 NULL 则创建新对象

◆ end()

iterator NXOpen::Annotations::IntersectionSymbolCollection::end ( )
inline

返回指向最后一个元素之后位置的迭代器。

◆ FindObject() [1/2]

NXOpen::Annotations::IntersectionSymbol * NXOpen::Annotations::IntersectionSymbolCollection::FindObject ( const char * journalIdentifier)

查找具有指定名称的交点符号。如果找不到具有给定名称的对象,将抛出异常

返回
具有此标识符的交点符号
创建于 NX6.0.0.

许可要求:无
参数
journalIdentifier要查找的交点符号的标识符

◆ FindObject() [2/2]

NXOpen::Annotations::IntersectionSymbol * NXOpen::Annotations::IntersectionSymbolCollection::FindObject ( const NXString & journalIdentifier)

查找具有指定名称的交点符号。如果找不到具有给定名称的对象,将抛出异常

返回
具有此标识符的交点符号
创建于 NX6.0.0.

许可要求:无
参数
journalIdentifier要查找的交点符号的标识符

◆ Tag()

tag_t NXOpen::Annotations::IntersectionSymbolCollection::Tag ( ) const

返回此对象的标签。