NX Open C++ Reference Guide
|
Represents a SelectionIntentRule that collects all rib faces. More...
Public Member Functions | |
NXOpen::Face * | GetData () |
Gets the data for the rib faces rule: FaceRibFacesRule . | |
NXOpen::Face * | GetDefiningData (bool *includeBoundaryBlends, bool *travserseInteriorLoops) |
Gets the data for the rib faces rule: FaceRibFacesRule . | |
virtual | ~FaceRibFacesRule () |
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 all rib faces.
Created in NX5.0.0.
|
virtual |
Frees the object from memory.
Created in NX5.0.0.
License requirements : None
NXOpen::Face* NXOpen::FaceRibFacesRule::GetData | ( | ) |
Gets the data for the rib faces rule: FaceRibFacesRule .
NXOpen::Face* NXOpen::FaceRibFacesRule::GetDefiningData | ( | bool * | includeBoundaryBlends, |
bool * | travserseInteriorLoops | ||
) |
Gets the data for the rib faces rule: FaceRibFacesRule .
includeBoundaryBlends | true if the rule is not to identify any blends at the boundary |
travserseInteriorLoops | true if interrior loops are to be processed. |