NX Open C++ Reference Guide
|
Represents a SelectionIntentRule that collects tangent connected edges from the body of the seed edge. More...
Public Member Functions | |
void | GetData (std::vector< NXOpen::Edge * > &seedEdges, double *angleTolerance, bool *hasSameConvexity) |
Gets the data for the edge multiple seed tangent rule: EdgeMultipleSeedTangentRule Created in NX3.0.0. | |
virtual | ~EdgeMultipleSeedTangentRule () |
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 edges from the body of the seed edge.
This rule is different from EdgeTangentRule in that each collected edge can act as a seed.
Created in NX3.0.0.
|
virtual |
Frees the object from memory.
Created in NX3.0.0.
License requirements : None
void NXOpen::EdgeMultipleSeedTangentRule::GetData | ( | std::vector< NXOpen::Edge * > & | seedEdges, |
double * | angleTolerance, | ||
bool * | hasSameConvexity | ||
) |
Gets the data for the edge multiple seed tangent rule: EdgeMultipleSeedTangentRule
Created in NX3.0.0.
License requirements : gateway ("UG GATEWAY")
seedEdges | Seed edges |
angleTolerance | Angle tolerance for tangent edges |
hasSameConvexity | True: will only find tangnet edges that has the same convexity |