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