|
NX Open C++ 参考指南 2406 v1.1
|
表示组件参考收集器对象。
于NX1980.0.0版本创建。
更多...
#include <ComponentReferenceCollector.hxx>
Public 成员函数 | |
| void | AddComponentWithCsidVector (std::vector< NXString > &componentReference) |
| virtual | ~ComponentReferenceCollector () |
| Public 成员函数 继承自 NXOpen::TransientObject | |
| void * | GetHandle () |
表示组件参考收集器对象。
于NX1980.0.0版本创建。
组件引用收集器
|
virtual |
从内存中释放对象。调用此方法后,使用该对象是非法的。在.NET中,当对象被垃圾回收器删除时,此方法会自动调用。
于NX1980.0.0版本创建。
许可要求:无
| void NXOpen::ComponentReferenceCollector::AddComponentWithCsidVector | ( | std::vector< NXString > & | componentReference | ) |
使用克隆稳定实例标识符添加组件参考。
于NX1980.0.0版本创建。
许可要求:无
| componentReference | 包含部件实例CSID的字符串向量 |