|
NX Open C++ 参考指南 2406 v1.1
|
表示复合关节对象的集合
要获取此类的实例,请参考 NXOpen::Motion::MotionManager
创建于 NX2007.0.0.
更多...
#include <Motion_CompoundJointCollection.hxx>
类 | |
| class | iterator |
Public 成员函数 | |
| iterator | begin () |
| NXOpen::Motion::CompoundJointBuilder * | CreateCompoundJointBuilder (NXOpen::Motion::CompoundJoint *compoundJoint) |
| 创建 NXOpen::Motion::CompoundJointBuilder 于 NX2007.0.0 版本创建。 许可证要求:mechanisms ("MECHANISMS") | |
| NXOpen::Motion::CompoundJointBuilder * | CreateMultiEditCompoundJointBuilder (const std::vector< NXOpen::Motion::CompoundJoint * > &compoundJoints) |
| 创建用于多编辑的 NXOpen::Motion::CompoundJointBuilder 于 NX2007.0.0 版本创建。 许可证要求:mechanisms ("MECHANISMS") | |
| iterator | end () |
| NXOpen::Motion::CompoundJoint * | FindObject (const char *name) |
| 根据给定名称查找 NXOpen::Motion::CompoundJoint 。 若找不到具有给定名称的对象,将抛出异常。 | |
| NXOpen::Motion::CompoundJoint * | FindObject (const NXString &name) |
| 根据给定名称查找 NXOpen::Motion::CompoundJoint 。 若找不到具有给定名称的对象,将抛出异常。 | |
| tag_t | Tag () const |
表示复合关节对象的集合
要获取此类的实例,请参考 NXOpen::Motion::MotionManager
创建于 NX2007.0.0.
复合关节集合
| iterator NXOpen::Motion::CompoundJointCollection::begin | ( | ) |
返回指向第一个元素的迭代器。
| NXOpen::Motion::CompoundJointBuilder * NXOpen::Motion::CompoundJointCollection::CreateCompoundJointBuilder | ( | NXOpen::Motion::CompoundJoint * | compoundJoint | ) |
创建 NXOpen::Motion::CompoundJointBuilder
于 NX2007.0.0 版本创建。
许可证要求:mechanisms ("MECHANISMS")
| compoundJoint | compoundjoint |
| NXOpen::Motion::CompoundJointBuilder * NXOpen::Motion::CompoundJointCollection::CreateMultiEditCompoundJointBuilder | ( | const std::vector< NXOpen::Motion::CompoundJoint * > & | compoundJoints | ) |
创建用于多编辑的 NXOpen::Motion::CompoundJointBuilder
于 NX2007.0.0 版本创建。
许可证要求:mechanisms ("MECHANISMS")
| compoundJoints | compoundjoints |
|
inline |
返回指向最后一个元素之后位置的迭代器。
| NXOpen::Motion::CompoundJoint * NXOpen::Motion::CompoundJointCollection::FindObject | ( | const char * | name | ) |
根据给定名称查找 NXOpen::Motion::CompoundJoint 。 若找不到具有给定名称的对象,将抛出异常。
| name | NXOpen::Motion::CompoundJoint 的名称。 |
| NXOpen::Motion::CompoundJoint * NXOpen::Motion::CompoundJointCollection::FindObject | ( | const NXString & | name | ) |
根据给定名称查找 NXOpen::Motion::CompoundJoint 。 若找不到具有给定名称的对象,将抛出异常。
| name | NXOpen::Motion::CompoundJoint 的名称。 |
| tag_t NXOpen::Motion::CompoundJointCollection::Tag | ( | ) | const |
返回此对象的标签。