|
NX Open C++ Reference Guide
|
Represents a SelectionIntentRule that collects all intersection edges between a set of faces. More...
Public Member Functions | |
| void | GetData (std::vector< NXOpen::Face * > &facesOfFeatures1, std::vector< NXOpen::Face * > &facesOfFeatures2) |
| Gets the data for the edge intersect rule: EdgeIntersectRule Created in NX3.0.0. | |
| virtual | ~EdgeIntersectRule () |
| 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 all intersection edges between a set of faces.
Created in NX3.0.0.
|
virtual |
Frees the object from memory.
Created in NX3.0.0.
License requirements : None
| void NXOpen::EdgeIntersectRule::GetData | ( | std::vector< NXOpen::Face * > & | facesOfFeatures1, |
| std::vector< NXOpen::Face * > & | facesOfFeatures2 | ||
| ) |
Gets the data for the edge intersect rule: EdgeIntersectRule
Created in NX3.0.0.
License requirements : gateway ("UG GATEWAY")
| facesOfFeatures1 | Faces of feature1 whose boundary edges are used to create this rule. |
| facesOfFeatures2 | Faces of feature2 whose boundary edges are used to create this rule. |