|
NX Open C++ 参考指南 2406 v1.1
|
边面规则类 更多...
#include <EdgeFaceRule.hxx>
Public 成员函数 | |
| void | GetData (std::vector< NXOpen::Face * > &faces) |
| virtual | ~EdgeFaceRule () |
| 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::EdgeFaceRule::GetData | ( | std::vector< NXOpen::Face * > & | faces | ) |
获取边面规则NXOpen::EdgeFaceRule 的数据。
创建于NX3.0.0。
许可要求: gateway ("UG GATEWAY")
| faces | 用于创建此规则的边所在的面 |