|
NX Open C++ 参考指南 2406 v1.1
|
面及相邻面规则类 更多...
#include <FaceAndAdjacentFacesRule.hxx>
Public 成员函数 | |
| void | GetData (std::vector< NXOpen::Face * > &faces) |
| virtual | ~FaceAndAdjacentFacesRule () |
| Public 成员函数 继承自 NXOpen::SelectionIntentRule | |
| NXOpen::SelectionIntentRule::RuleType | Type () |
| virtual | ~SelectionIntentRule () |
| Public 成员函数 继承自 NXOpen::TransientObject | |
| void * | GetHandle () |
面及相邻面规则类
表示一个 NXOpen::SelectionIntentRule ,用于收集种子面及其所有相邻面。
创建于NX7.0.0。
|
virtual |
释放对象占用的内存。
创建于NX7.0.0。
许可证要求:无
| void NXOpen::FaceAndAdjacentFacesRule::GetData | ( | std::vector< NXOpen::Face * > & | faces | ) |
获取面和相邻面规则的数据: NXOpen::FaceAndAdjacentFacesRule
创建于NX7.0.0。
许可证要求:gateway ("UG GATEWAY")
| faces | 创建此规则的面 |