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

表示复合关节对象的集合
要获取此类的实例,请参考 NXOpen::Motion::MotionManager

创建于 NX2007.0.0.
更多...

#include <Motion_CompoundJointCollection.hxx>

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

class  iterator

Public 成员函数

iterator begin ()
NXOpen::Motion::CompoundJointBuilderCreateCompoundJointBuilder (NXOpen::Motion::CompoundJoint *compoundJoint)
 创建 NXOpen::Motion::CompoundJointBuilder
于 NX2007.0.0 版本创建。

许可证要求:mechanisms ("MECHANISMS")
NXOpen::Motion::CompoundJointBuilderCreateMultiEditCompoundJointBuilder (const std::vector< NXOpen::Motion::CompoundJoint * > &compoundJoints)
 创建用于多编辑的 NXOpen::Motion::CompoundJointBuilder
于 NX2007.0.0 版本创建。

许可证要求:mechanisms ("MECHANISMS")
iterator end ()
NXOpen::Motion::CompoundJointFindObject (const char *name)
 根据给定名称查找 NXOpen::Motion::CompoundJoint 。 若找不到具有给定名称的对象,将抛出异常。
NXOpen::Motion::CompoundJointFindObject (const NXString &name)
 根据给定名称查找 NXOpen::Motion::CompoundJoint 。 若找不到具有给定名称的对象,将抛出异常。
tag_t Tag () const

详细描述

表示复合关节对象的集合
要获取此类的实例,请参考 NXOpen::Motion::MotionManager

创建于 NX2007.0.0.

复合关节集合

成员函数说明

◆ begin()

iterator NXOpen::Motion::CompoundJointCollection::begin ( )

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

◆ CreateCompoundJointBuilder()

NXOpen::Motion::CompoundJointBuilder * NXOpen::Motion::CompoundJointCollection::CreateCompoundJointBuilder ( NXOpen::Motion::CompoundJoint * compoundJoint)

创建 NXOpen::Motion::CompoundJointBuilder
于 NX2007.0.0 版本创建。

许可证要求:mechanisms ("MECHANISMS")

参数
compoundJointcompoundjoint

◆ CreateMultiEditCompoundJointBuilder()

NXOpen::Motion::CompoundJointBuilder * NXOpen::Motion::CompoundJointCollection::CreateMultiEditCompoundJointBuilder ( const std::vector< NXOpen::Motion::CompoundJoint * > & compoundJoints)

创建用于多编辑的 NXOpen::Motion::CompoundJointBuilder
于 NX2007.0.0 版本创建。

许可证要求:mechanisms ("MECHANISMS")

参数
compoundJointscompoundjoints

◆ end()

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

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

◆ FindObject() [1/2]

NXOpen::Motion::CompoundJoint * NXOpen::Motion::CompoundJointCollection::FindObject ( const char * name)

根据给定名称查找 NXOpen::Motion::CompoundJoint 。 若找不到具有给定名称的对象,将抛出异常。

返回
具有该名称的 NXOpen::Motion::CompoundJoint
于 NX2007.0.0 版本创建。

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

◆ FindObject() [2/2]

NXOpen::Motion::CompoundJoint * NXOpen::Motion::CompoundJointCollection::FindObject ( const NXString & name)

根据给定名称查找 NXOpen::Motion::CompoundJoint 。 若找不到具有给定名称的对象,将抛出异常。

返回
具有该名称的 NXOpen::Motion::CompoundJoint
于 NX2007.0.0 版本创建。

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

◆ Tag()

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

返回此对象的标签。