|
NX Open C++ 参考指南 2406 v1.1
|
简单曲线规则类 更多...
#include <CurveDumbRule.hxx>
Public 成员函数 | |
| void | GetData (std::vector< NXOpen::Curve * > &curves) |
| virtual | ~CurveDumbRule () |
| 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::CurveDumbRule::GetData | ( | std::vector< NXOpen::Curve * > & | curves | ) |
获取曲线哑规则的数据:NXOpen::CurveDumbRule
于NX3.0.0版本创建。
许可要求:gateway ("UG GATEWAY")
| curves | 创建此规则的曲线 |