NX Open C++ Reference Guide
|
Represents a SelectionIntentRule that collects curves which appear connected or tangent connected in a particular drafting view. More...
Public Member Functions | |
void | GetData (NXOpen::ICurve **seed, NXOpen::View **view, NXOpen::ApparentChainingRuleType *chainingRule, NXOpen::ApparentChainingRuleSelection *selectionMask, double *chainingTolerance, double *angleTolerance) |
Gets the data for the apparent chaining rule: ApparentChainingRule Created in NX8.0.0. | |
virtual | ~ApparentChainingRule () |
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 curves which appear connected or tangent connected in a particular drafting view.
Created in NX8.0.0.
|
virtual |
Frees the object from memory.
Created in NX8.0.0.
License requirements : None
void NXOpen::ApparentChainingRule::GetData | ( | NXOpen::ICurve ** | seed, |
NXOpen::View ** | view, | ||
NXOpen::ApparentChainingRuleType * | chainingRule, | ||
NXOpen::ApparentChainingRuleSelection * | selectionMask, | ||
double * | chainingTolerance, | ||
double * | angleTolerance | ||
) |
Gets the data for the apparent chaining rule: ApparentChainingRule
Created in NX8.0.0.
License requirements : gateway ("UG GATEWAY")