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

表示运动自定义组的集合
要获取此类的实例,请参考 NXOpen::Motion::MotionManager

在 NX2306.0.0 中创建。
更多...

#include <Motion_CustomGroupCollection.hxx>

类 NXOpen::Motion::CustomGroupCollection 继承关系图:
NXOpen::TaggedObjectCollection

class  iterator

Public 成员函数

iterator begin ()
NXOpen::Motion::CustomGroupCreateCustomGroup ()
void DeleteAllCustomGroups ()
iterator end ()
NXOpen::Motion::CustomGroupFindObject (const char *name)
NXOpen::Motion::CustomGroupFindObject (const NXString &name)
tag_t Tag () const

详细描述

表示运动自定义组的集合
要获取此类的实例,请参考 NXOpen::Motion::MotionManager

在 NX2306.0.0 中创建。

自定义组集合类

成员函数说明

◆ begin()

iterator NXOpen::Motion::CustomGroupCollection::begin ( )

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

◆ CreateCustomGroup()

NXOpen::Motion::CustomGroup * NXOpen::Motion::CustomGroupCollection::CreateCustomGroup ( )

从根 CustomGroups 创建一个自定义组。
在 NX2306.0.0 中创建。

许可要求:mechanisms ("MECHANISMS")

◆ DeleteAllCustomGroups()

void NXOpen::Motion::CustomGroupCollection::DeleteAllCustomGroups ( )

从根 CustomGroups 删除所有自定义组。
在 NX2306.0.0 中创建。

许可要求:mechanisms ("MECHANISMS")

◆ end()

iterator NXOpen::Motion::CustomGroupCollection::end ( )
inline

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

◆ FindObject() [1/2]

NXOpen::Motion::CustomGroup * NXOpen::Motion::CustomGroupCollection::FindObject ( const char * name)

查找具有给定名称的直接子级 NXOpen::Motion::CustomGroup 。 如果找不到具有给定名称的对象,将抛出异常。

返回
具有此名称的 NXOpen::Motion::CustomGroup
在 NX2306.0.0 中创建。

许可要求:mechanisms ("MECHANISMS")
参数
nameNXOpen::Motion::CustomGroup 的名称。

◆ FindObject() [2/2]

NXOpen::Motion::CustomGroup * NXOpen::Motion::CustomGroupCollection::FindObject ( const NXString & name)

查找具有给定名称的直接子级 NXOpen::Motion::CustomGroup 。 如果找不到具有给定名称的对象,将抛出异常。

返回
具有此名称的 NXOpen::Motion::CustomGroup
在 NX2306.0.0 中创建。

许可要求:mechanisms ("MECHANISMS")
参数
nameNXOpen::Motion::CustomGroup 的名称。

◆ Tag()

tag_t NXOpen::Motion::CustomGroupCollection::Tag ( ) const

返回此对象的标签。