|
NX Open C++ 参考指南 2406 v1.1
|
边相交规则类 更多...
#include <EdgeIntersectRule.hxx>
Public 成员函数 | |
| void | GetData (std::vector< NXOpen::Face * > &facesOfFeatures1, std::vector< NXOpen::Face * > &facesOfFeatures2) |
| virtual | ~EdgeIntersectRule () |
| Public 成员函数 继承自 NXOpen::SelectionIntentRule | |
| NXOpen::SelectionIntentRule::RuleType | Type () |
| virtual | ~SelectionIntentRule () |
| Public 成员函数 继承自 NXOpen::TransientObject | |
| void * | GetHandle () |
边相交规则类
表示一个NXOpen::SelectionIntentRule ,用于收集一组面之间的所有相交边。
于NX3.0.0创建。
|
virtual |
从内存中释放对象。
于NX3.0.0创建。
许可证要求 : 无
| void NXOpen::EdgeIntersectRule::GetData | ( | std::vector< NXOpen::Face * > & | facesOfFeatures1, |
| std::vector< NXOpen::Face * > & | facesOfFeatures2 ) |
获取边相交规则的数据:NXOpen::EdgeIntersectRule
于NX3.0.0创建。
许可证要求 : gateway ("UG GATEWAY")
| facesOfFeatures1 | 用于创建此规则的特征1的面(其边界边)。 |
| facesOfFeatures2 | 用于创建此规则的特征2的面(其边界边)。 |