|
NX Open C++ 参考指南 2406 v1.1
|
简单面规则类 更多...
#include <FaceDumbRule.hxx>
Public 成员函数 | |
| void | GetData (std::vector< NXOpen::Face * > &faces) |
| virtual | ~FaceDumbRule () |
| Public 成员函数 继承自 NXOpen::SelectionIntentRule | |
| NXOpen::SelectionIntentRule::RuleType | Type () |
| virtual | ~SelectionIntentRule () |
| Public 成员函数 继承自 NXOpen::TransientObject | |
| void * | GetHandle () |
简单面规则类
表示一个 NXOpen::SelectionIntentRule ,该规则无意图地收集面,即类似于使用单一面规则收集。
创建于NX4.0.0.
|
virtual |
从内存中释放对象。
创建于NX4.0.0.
许可要求: 无
| void NXOpen::FaceDumbRule::GetData | ( | std::vector< NXOpen::Face * > & | faces | ) |
获取面 dumb 规则的数据:NXOpen::FaceDumbRule
创建于NX4.0.0.
许可要求: gateway ("UG GATEWAY")
| faces | 创建此规则的面 |