NX Open C++ Reference Guide
|
Represents a SelectionIntentRule that collects end-to-end connected edges from the body of the seed edge. More...
Public Member Functions | |
void | GetData (NXOpen::Edge **startEdge, NXOpen::Edge **endEdge, bool *isFromStart) |
Gets the data for the edge chain rule: EdgeChainRule Created in NX3.0.0. | |
virtual | ~EdgeChainRule () |
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 end-to-end connected edges from the body of the seed edge.
Created in NX3.0.0.
|
virtual |
Frees the object from memory.
Created in NX3.0.0.
License requirements : None
void NXOpen::EdgeChainRule::GetData | ( | NXOpen::Edge ** | startEdge, |
NXOpen::Edge ** | endEdge, | ||
bool * | isFromStart | ||
) |
Gets the data for the edge chain rule: EdgeChainRule
Created in NX3.0.0.
License requirements : gateway ("UG GATEWAY")
startEdge | Start edge of edge chain. |
endEdge | End edge of edge chain. |
isFromStart | True: the chain starts from the start point of the start edge |