|
NX Open C++ 参考指南 2406 v1.1
|
显式链接规则 更多...
#include <ApparentChainingRule.hxx>
Public 成员函数 | |
| void | GetData (NXOpen::ICurve **seed, NXOpen::View **view, NXOpen::ApparentChainingRuleType *chainingRule, NXOpen::ApparentChainingRuleSelection *selectionMask, double *chainingTolerance, double *angleTolerance) |
| virtual | ~ApparentChainingRule () |
| Public 成员函数 继承自 NXOpen::SelectionIntentRule | |
| NXOpen::SelectionIntentRule::RuleType | Type () |
| virtual | ~SelectionIntentRule () |
| Public 成员函数 继承自 NXOpen::TransientObject | |
| void * | GetHandle () |
显式链接规则
表示一个选择意图规则,用于在特定制图视图中收集看起来相连或相切连接的曲线。
创建于 NX8.0.0。
|
virtual |
从内存中释放对象。
创建于 NX8.0.0。
许可要求:无
| void NXOpen::ApparentChainingRule::GetData | ( | NXOpen::ICurve ** | seed, |
| NXOpen::View ** | view, | ||
| NXOpen::ApparentChainingRuleType * | chainingRule, | ||
| NXOpen::ApparentChainingRuleSelection * | selectionMask, | ||
| double * | chainingTolerance, | ||
| double * | angleTolerance ) |
获取表观链接规则的数据。
创建于 NX8.0.0。
许可要求:gateway ("UG GATEWAY")
| seed | 种子曲线。 |
| view | 视图。 |
| chainingRule | 选择意图方法,可以是连接曲线、相切曲线或单条曲线。 |
| selectionMask | 选择类型:无、边或曲线。 |
| chainingTolerance | 链接容差 |
| angleTolerance | 角度容差 |