|
NX Open C++ 参考指南 2406 v1.1
|
特征点规则类 更多...
#include <FeaturePointsRule.hxx>
Public 成员函数 | |
| void | GetData (std::vector< NXOpen::Features::Feature * > &features) |
| virtual | ~FeaturePointsRule () |
| Public 成员函数 继承自 NXOpen::SelectionIntentRule | |
| NXOpen::SelectionIntentRule::RuleType | Type () |
| virtual | ~SelectionIntentRule () |
| Public 成员函数 继承自 NXOpen::TransientObject | |
| void * | GetHandle () |
特征点规则类
表示一个 NXOpen::SelectionIntentRule ,用于收集特征创建的所有点。
在 NX5.0.2 中创建。
|
virtual |
从内存中释放对象。
在 NX5.0.2 中创建。
许可证要求:无
| void NXOpen::FeaturePointsRule::GetData | ( | std::vector< NXOpen::Features::Feature * > & | features | ) |
获取特征点规则的数据:NXOpen::FeaturePointsRule
在 NX5.0.2 中创建。
许可证要求:gateway ("UG GATEWAY")
| features | 用于创建此规则的特征(其点被使用) |