|
NX Open C++ 参考指南 2406 v1.1
|
曲线链规则类 更多...
#include <CurveChainRule.hxx>
Public 成员函数 | |
| void | GetData (NXOpen::Curve **seedCurve, NXOpen::Curve **endCurve, bool *fromSeedStart, double *gapTolerance) |
| virtual | ~CurveChainRule () |
| 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::CurveChainRule::GetData | ( | NXOpen::Curve ** | seedCurve, |
| NXOpen::Curve ** | endCurve, | ||
| bool * | fromSeedStart, | ||
| double * | gapTolerance ) |
获取曲线链规则的数据:NXOpen::CurveChainRule
在NX9.0.0中创建。
许可要求:无
| seedCurve | 种子曲线 |
| endCurve | 结束曲线。可以为空(无) |
| fromSeedStart | 真:链从种子曲线的起点开始 |
| gapTolerance | 间隙公差 |