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