|
NX Open C++ 参考指南 2406 v1.1
|
表示齿轮接触对象的集合
要获取此类的实例,请参考 NXOpen::Motion::MotionManager
在NX1899.0.0中创建。
更多...
#include <Motion_GearContactCollection.hxx>
类 | |
| class | iterator |
Public 成员函数 | |
| iterator | begin () |
| NXOpen::Motion::GearContactBuilder * | CreateGearContactBuilder (NXOpen::Motion::GearContact *gearContact) |
| 创建一个 NXOpen::Motion::GearContactBuilder 在 NX1899.0.0 中创建。 许可证要求:mechanisms ("MECHANISMS") | |
| NXOpen::Motion::GearContactBuilder * | CreateMultiEditGearContactBuilder (const std::vector< NXOpen::Motion::GearContact * > &gearContacts) |
| 为多重编辑创建一个 NXOpen::Motion::GearContactBuilder 在 NX2007.0.0 中创建。 许可证要求:mechanisms ("MECHANISMS") | |
| iterator | end () |
| NXOpen::Motion::GearContact * | FindObject (const char *name) |
| 查找具有给定名称的 NXOpen::Motion::GearContact 。 如果找不到具有给定名称的对象,将抛出异常。 | |
| NXOpen::Motion::GearContact * | FindObject (const NXString &name) |
| 查找具有给定名称的 NXOpen::Motion::GearContact 。 如果找不到具有给定名称的对象,将抛出异常。 | |
| tag_t | Tag () const |
表示齿轮接触对象的集合
要获取此类的实例,请参考 NXOpen::Motion::MotionManager
在NX1899.0.0中创建。
齿轮接触集合
| iterator NXOpen::Motion::GearContactCollection::begin | ( | ) |
返回一个指向第一个元素的迭代器。
| NXOpen::Motion::GearContactBuilder * NXOpen::Motion::GearContactCollection::CreateGearContactBuilder | ( | NXOpen::Motion::GearContact * | gearContact | ) |
创建一个 NXOpen::Motion::GearContactBuilder
在 NX1899.0.0 中创建。
许可证要求:mechanisms ("MECHANISMS")
| gearContact | gearcontact |
| NXOpen::Motion::GearContactBuilder * NXOpen::Motion::GearContactCollection::CreateMultiEditGearContactBuilder | ( | const std::vector< NXOpen::Motion::GearContact * > & | gearContacts | ) |
为多重编辑创建一个 NXOpen::Motion::GearContactBuilder
在 NX2007.0.0 中创建。
许可证要求:mechanisms ("MECHANISMS")
| gearContacts | gearcontacts |
|
inline |
返回一个指向最后一个元素之后位置的迭代器。
| NXOpen::Motion::GearContact * NXOpen::Motion::GearContactCollection::FindObject | ( | const char * | name | ) |
查找具有给定名称的 NXOpen::Motion::GearContact 。 如果找不到具有给定名称的对象,将抛出异常。
| name | NXOpen::Motion::GearContact 的名称。 |
| NXOpen::Motion::GearContact * NXOpen::Motion::GearContactCollection::FindObject | ( | const NXString & | name | ) |
查找具有给定名称的 NXOpen::Motion::GearContact 。 如果找不到具有给定名称的对象,将抛出异常。
| name | NXOpen::Motion::GearContact 的名称。 |
| tag_t NXOpen::Motion::GearContactCollection::Tag | ( | ) | const |
返回此对象的标签。