NX Open C++ Reference Guide
|
Represents an edge intersect rule
Created in NX3.0.0.
More...
Public Member Functions | |
void | GetData (std::vector< NXOpen::Face * > &facesOfFeatures1, std::vector< NXOpen::Face * > &facesOfFeatures2) |
Gets the data of the edge intersect rule. | |
virtual | ~EdgeIntersectRule () |
Frees the object from memory. |
Represents an edge intersect rule
Created in NX3.0.0.
virtual NXOpen::EdgeIntersectRule::~EdgeIntersectRule | ( | ) | [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 of the edge intersect rule.
Created in NX3.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
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. |