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