|
NX Open C++ 参考指南 2406 v1.1
|
曲线特征相切规则类 更多...
#include <CurveFeatureTangentRule.hxx>
Public 成员函数 | |
| void | GetData (std::vector< NXOpen::Features::Feature * > &features, NXOpen::Curve **seedCurve, NXOpen::Curve **endCurve, bool *isFromSeedStart, double *angleTolerance, double *gapTolerance) |
| virtual | ~CurveFeatureTangentRule () |
| 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::CurveFeatureTangentRule::GetData | ( | std::vector< NXOpen::Features::Feature * > & | features, |
| NXOpen::Curve ** | seedCurve, | ||
| NXOpen::Curve ** | endCurve, | ||
| bool * | isFromSeedStart, | ||
| double * | angleTolerance, | ||
| double * | gapTolerance ) |
获取曲线特征相切规则的数据:NXOpen::CurveFeatureTangentRule
在NX3.0.0中创建。
许可要求:gateway ("UG GATEWAY")
| features | 其相切曲线用于创建此规则的特征 |
| seedCurve | 种子曲线 |
| endCurve | 结束曲线。可以为空(无) |
| isFromSeedStart | 真:链从种子曲线的起点开始 |
| angleTolerance | 相切曲线的角度公差 |
| gapTolerance | 相切曲线的间隙公差 |