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