NX Open C++ Reference Guide
|
Represents a SelectionIntentRule that collects tangent connected curves from the seed curve. More...
Public Member Functions | |
void | GetData (NXOpen::Curve **seedCurve, NXOpen::Curve **endCurve, bool *isFromSeedStart, double *angleTolerance, double *gapTolerance) |
Gets the data for the curve tangent rule: CurveTangentRule Created in NX9.0.0. | |
virtual | ~CurveTangentRule () |
Frees the object from memory. | |
![]() | |
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. | |
![]() | |
void * | GetHandle () |
Handle of the internal object represented by this object. | |
Represents a SelectionIntentRule that collects tangent 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::CurveTangentRule::GetData | ( | NXOpen::Curve ** | seedCurve, |
NXOpen::Curve ** | endCurve, | ||
bool * | isFromSeedStart, | ||
double * | angleTolerance, | ||
double * | gapTolerance | ||
) |
Gets the data for the curve tangent rule: CurveTangentRule
Created in NX9.0.0.
License requirements : None
seedCurve | Seed curve |
endCurve | End curve. It can be null (Nothing) |
isFromSeedStart | True: the chain starts from the start point of the seed curve |
angleTolerance | Angle tolerance for tangent curves |
gapTolerance | Gap tolerance for tangent curves |