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