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

运动副驱动器集合 更多...

#include <Motion_JointDriverCollection.hxx>

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

class  iterator

Public 成员函数

iterator begin ()
NXOpen::Motion::JointDriverBuilderCreateJointDriverBuilder (NXOpen::Motion::JointDriver *jointdriver)
iterator end ()
NXOpen::Motion::JointDriverFindObject (const char *name)
NXOpen::Motion::JointDriverFindObject (const NXString &name)
tag_t Tag () const

详细描述

运动副驱动器集合

表示驱动器对象的集合
要获取此类的实例,请参考 NXOpen::Motion::MotionManager

创建于NX5.0.0。

成员函数说明

◆ begin()

iterator NXOpen::Motion::JointDriverCollection::begin ( )

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

◆ CreateJointDriverBuilder()

NXOpen::Motion::JointDriverBuilder * NXOpen::Motion::JointDriverCollection::CreateJointDriverBuilder ( NXOpen::Motion::JointDriver * jointdriver)

创建 NXOpen::Motion::JointDriverBuilder

返回

创建于NX5.0.0。

许可证要求:mechanisms ("MECHANISMS")
参数
jointdriver要编辑的 NXOpen::Motion::JointDriver, 如果为NULL则创建新的驱动器

◆ end()

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

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

◆ FindObject() [1/2]

NXOpen::Motion::JointDriver * NXOpen::Motion::JointDriverCollection::FindObject ( const char * name)

查找具有给定名称的 NXOpen::Motion::JointDriver。 如果找不到具有给定名称的对象,则会抛出异常。

返回
具有此名称的 NXOpen::Motion::JointDriver
创建于NX5.0.0。

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

◆ FindObject() [2/2]

NXOpen::Motion::JointDriver * NXOpen::Motion::JointDriverCollection::FindObject ( const NXString & name)

查找具有给定名称的 NXOpen::Motion::JointDriver。 如果找不到具有给定名称的对象,则会抛出异常。

返回
具有此名称的 NXOpen::Motion::JointDriver
创建于NX5.0.0。

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

◆ Tag()

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

返回此对象的标记。