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