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

段集合接口 更多...

#include <Routing_ISegmentCollection.hxx>

类 NXOpen::Routing::ISegmentCollection 继承关系图:
NXOpen::TaggedObjectCollection

class  iterator

Public 成员函数

iterator begin ()
iterator end ()
tag_t Tag () const

详细描述

段集合接口

表示Routing::ISegment 对象的集合。
要获取此类的实例,请参考NXOpen::Routing::SegmentManager

于NX7.5.1版本创建。

成员函数说明

◆ begin()

iterator NXOpen::Routing::ISegmentCollection::begin ( )

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

◆ end()

iterator NXOpen::Routing::ISegmentCollection::end ( )
inline

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

◆ Tag()

tag_t NXOpen::Routing::ISegmentCollection::Tag ( ) const

返回此对象的标识。