|
NX Open C++ 参考指南 2406 v1.1
|
运动段集合 更多...
#include <Motion_SegmentCollection.hxx>
类 | |
| class | iterator |
Public 成员函数 | |
| iterator | begin () |
| iterator | end () |
| NXOpen::Motion::Segment * | FindObject (const char *name) |
| NXOpen::Motion::Segment * | FindObject (const NXString &name) |
| tag_t | Tag () const |
运动段集合
表示Segment对象的集合,仅支持创建
要获取此类的实例,请参考 NXOpen::Motion::Road
于NX11.0.0版本创建。
| iterator NXOpen::Motion::SegmentCollection::begin | ( | ) |
返回指向第一个元素的迭代器。
|
inline |
返回指向最后一个元素之后位置的迭代器。
| NXOpen::Motion::Segment * NXOpen::Motion::SegmentCollection::FindObject | ( | const char * | name | ) |
根据给定名称查找 NXOpen::Motion::Segment 对象。 若找不到对应名称的对象,将抛出异常。
| name | Segment对象的名称。 |
| NXOpen::Motion::Segment * NXOpen::Motion::SegmentCollection::FindObject | ( | const NXString & | name | ) |
根据给定名称查找 NXOpen::Motion::Segment 对象。 若找不到对应名称的对象,将抛出异常。
| name | Segment对象的名称。 |
| tag_t NXOpen::Motion::SegmentCollection::Tag | ( | ) | const |
返回此对象的标识。