|
NX Open C++ Reference Guide
|
Represents a SelectionIntentRule that collects end-to-end connected curves from the seed curve. More...
Public Member Functions | |
| void | GetData (NXOpen::Curve **seedCurve, NXOpen::Curve **endCurve, bool *fromSeedStart, double *gapTolerance) |
| Gets the data for the curve chain rule: CurveChainRule Created in NX9.0.0. | |
| virtual | ~CurveChainRule () |
| Frees the object from memory. | |
Public Member Functions inherited from NXOpen::SelectionIntentRule | |
| NXOpen::SelectionIntentRule::RuleType | Type () |
| Returns the get the type of selection intent rule: SelectionIntentRule Created in NX3.0.0. | |
| virtual | ~SelectionIntentRule () |
| Free resources associated with the instance. | |
Public Member Functions inherited from NXOpen::TransientObject | |
| void * | GetHandle () |
| Handle of the internal object represented by this object. | |
Represents a SelectionIntentRule that collects end-to-end connected curves from the seed curve.
Created in NX9.0.0.
|
virtual |
Frees the object from memory.
Created in NX9.0.0.
License requirements : None
| void NXOpen::CurveChainRule::GetData | ( | NXOpen::Curve ** | seedCurve, |
| NXOpen::Curve ** | endCurve, | ||
| bool * | fromSeedStart, | ||
| double * | gapTolerance | ||
| ) |
Gets the data for the curve chain rule: CurveChainRule
Created in NX9.0.0.
License requirements : None
| seedCurve | Seed curve |
| endCurve | End Curve. It can be null (Nothing) |
| fromSeedStart | True: the chain starts from the start point of the seed curve |
| gapTolerance | Gap tolerance |