|
NX Open C++ 参考指南 2406 v1.1
|
表示轴衬属性对象的集合
要获取此类的实例,请参考 NXOpen::Motion::MotionManager
在NX2206.0.0中创建。
更多...
#include <Motion_BushingPropertyCollection.hxx>
类 | |
| class | iterator |
Public 成员函数 | |
| iterator | begin () |
| NXOpen::Motion::BushingPropertyBuilder * | CreateBushingPropertyBuilder (NXOpen::Motion::BushingProperty *bushingProperty) |
| 创建一个 NXOpen::Motion::BushingPropertyBuilder 于 NX2206.0.0 中创建。 许可要求: mechanisms ("MECHANISMS") | |
| NXOpen::Motion::BushingPropertyBuilder * | CreateMultiEditBushingPropertyBuilder (const std::vector< NXOpen::Motion::BushingProperty * > &bushingProperties) |
| 为多编辑创建一个 NXOpen::Motion::BushingPropertyBuilder 于 NX2206.0.0 中创建。 许可要求: mechanisms ("MECHANISMS") | |
| iterator | end () |
| NXOpen::Motion::BushingProperty * | FindObject (const char *name) |
| 根据给定名称查找 NXOpen::Motion::BushingProperty 。 如果找不到具有给定名称的对象,将抛出异常。 | |
| NXOpen::Motion::BushingProperty * | FindObject (const NXString &name) |
| 根据给定名称查找 NXOpen::Motion::BushingProperty 。 如果找不到具有给定名称的对象,将抛出异常。 | |
| tag_t | Tag () const |
表示轴衬属性对象的集合
要获取此类的实例,请参考 NXOpen::Motion::MotionManager
在NX2206.0.0中创建。
衬套属性集合
| iterator NXOpen::Motion::BushingPropertyCollection::begin | ( | ) |
返回一个指向第一个元素的迭代器。
| NXOpen::Motion::BushingPropertyBuilder * NXOpen::Motion::BushingPropertyCollection::CreateBushingPropertyBuilder | ( | NXOpen::Motion::BushingProperty * | bushingProperty | ) |
创建一个 NXOpen::Motion::BushingPropertyBuilder
于 NX2206.0.0 中创建。
许可要求: mechanisms ("MECHANISMS")
| bushingProperty | bushingproperty |
| NXOpen::Motion::BushingPropertyBuilder * NXOpen::Motion::BushingPropertyCollection::CreateMultiEditBushingPropertyBuilder | ( | const std::vector< NXOpen::Motion::BushingProperty * > & | bushingProperties | ) |
为多编辑创建一个 NXOpen::Motion::BushingPropertyBuilder
于 NX2206.0.0 中创建。
许可要求: mechanisms ("MECHANISMS")
| bushingProperties | bushingproperties |
|
inline |
返回一个指向最后一个元素之后位置的迭代器。
| NXOpen::Motion::BushingProperty * NXOpen::Motion::BushingPropertyCollection::FindObject | ( | const char * | name | ) |
根据给定名称查找 NXOpen::Motion::BushingProperty 。 如果找不到具有给定名称的对象,将抛出异常。
| name | NXOpen::Motion::BushingProperty 的名称。 |
| NXOpen::Motion::BushingProperty * NXOpen::Motion::BushingPropertyCollection::FindObject | ( | const NXString & | name | ) |
根据给定名称查找 NXOpen::Motion::BushingProperty 。 如果找不到具有给定名称的对象,将抛出异常。
| name | NXOpen::Motion::BushingProperty 的名称。 |
| tag_t NXOpen::Motion::BushingPropertyCollection::Tag | ( | ) | const |
返回此对象的标记。