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